Skip to content

Commit cb21e30

Browse files
committed
fix another integration test
1 parent 49c820a commit cb21e30

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-aborting-pageload

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-aborting-pageload/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ window.Sentry = Sentry;
44

55
Sentry.init({
66
dsn: 'https://[email protected]/1337',
7-
integrations: [Sentry.browserTracingIntegration({ idleTimeout: 2000 })],
7+
integrations: [Sentry.browserTracingIntegration({ idleTimeout: 2000, detectRedirects: false })],
88
tracesSampleRate: 1,
99
});
1010

0 commit comments

Comments
 (0)