Skip to content

Commit

Permalink
fix remaining firefox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jan 27, 2025
1 parent 3493929 commit f5550b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ Sentry.init({
}),
],
tracesSampleRate: 1,
transportOptions: {
fetchOptions: {
// See: https://github.com/microsoft/playwright/issues/34497
keepalive: false,
},
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ Sentry.init({
}),
],
tracesSampleRate: 1,
transportOptions: {
fetchOptions: {
// See: https://github.com/microsoft/playwright/issues/34497
keepalive: false,
},
},
});

0 comments on commit f5550b7

Please sign in to comment.