We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efd866 commit f2eb5e4Copy full SHA for f2eb5e4
dev-packages/browser-integration-tests/suites/integrations/lazyLoad/validIntegration/test.ts
@@ -5,8 +5,6 @@ import { sentryTest } from '../../../../utils/fixtures';
5
sentryTest('it allows to lazy load an integration', async ({ getLocalTestUrl, page }) => {
6
const url = await getLocalTestUrl({ testDir: __dirname });
7
8
- page.on('console', msg => console.log(msg.text()));
9
-
10
await page.goto(url);
11
12
const hasIntegration = await page.evaluate('!!window.Sentry.getClient()?.getIntegrationByName("HttpClient")');
0 commit comments