Skip to content

Commit f5550b7

Browse files
committed
fix remaining firefox tests
1 parent 3493929 commit f5550b7

File tree

2 files changed

+12
-0
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration

2 files changed

+12
-0
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings/init.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ Sentry.init({
1313
}),
1414
],
1515
tracesSampleRate: 1,
16+
transportOptions: {
17+
fetchOptions: {
18+
// See: https://github.com/microsoft/playwright/issues/34497
19+
keepalive: false,
20+
},
21+
},
1622
});

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions/init.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ Sentry.init({
1414
}),
1515
],
1616
tracesSampleRate: 1,
17+
transportOptions: {
18+
fetchOptions: {
19+
// See: https://github.com/microsoft/playwright/issues/34497
20+
keepalive: false,
21+
},
22+
},
1723
});

0 commit comments

Comments
 (0)