We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fcbf4 commit 64fb8dbCopy full SHA for 64fb8db
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings/init.js
@@ -13,4 +13,10 @@ Sentry.init({
13
}),
14
],
15
tracesSampleRate: 1,
16
+ transportOptions: {
17
+ fetchOptions: {
18
+ // See: https://github.com/microsoft/playwright/issues/34497
19
+ keepalive: false,
20
+ },
21
22
});
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions/init.js
@@ -14,4 +14,10 @@ Sentry.init({
23
0 commit comments