Skip to content

Commit a015190

Browse files
committed
fix browser integration test
1 parent 771e61d commit a015190

File tree

1 file changed

+5
-2
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/moduleMetadata/appliesMetadataWithRewriteFrames

1 file changed

+5
-2
lines changed

dev-packages/browser-integration-tests/suites/integrations/moduleMetadata/appliesMetadataWithRewriteFrames/init.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
import * as Sentry from '@sentry/browser';
2-
import { moduleMetadataIntegration , rewriteFramesIntegration } from '@sentry/browser';
1+
/* eslint-disable import/no-duplicates */
32

3+
import * as Sentry from '@sentry/browser';
4+
// These need to be separate imports so they can be handled by our test runner
5+
import { moduleMetadataIntegration } from '@sentry/browser';
6+
import { rewriteFramesIntegration } from '@sentry/browser';
47

58
Sentry.init({
69
dsn: 'https://public@dsn.ingest.sentry.io/1337',

0 commit comments

Comments
 (0)