Skip to content

Commit f8b3cf4

Browse files
committed
fix keepalive
1 parent c53170a commit f8b3cf4

File tree

1 file changed

+6
-0
lines changed
  • dev-packages/browser-integration-tests/suites/stacktraces

1 file changed

+6
-0
lines changed

dev-packages/browser-integration-tests/suites/stacktraces/init.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ window.Sentry = Sentry;
44

55
Sentry.init({
66
dsn: 'https://[email protected]/1337',
7+
transportOptions: {
8+
fetchOptions: {
9+
// See: https://github.com/microsoft/playwright/issues/34497
10+
keepalive: false,
11+
},
12+
},
713
});

0 commit comments

Comments
 (0)