Skip to content

Commit caa59ea

Browse files
committed
filter browser session integration to unflake test
1 parent 350567f commit caa59ea

File tree

1 file changed

+3
-1
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/metrics

1 file changed

+3
-1
lines changed

dev-packages/browser-integration-tests/suites/public-api/metrics/init.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ Sentry.init({
99
},
1010
release: '1.0.0',
1111
environment: 'test',
12-
autoSessionTracking: false, // Was causing session envelopes to be sent
12+
integrations: integrations => {
13+
return integrations.filter(integration => integration.name !== 'BrowserSession');
14+
},
1315
});

0 commit comments

Comments
 (0)