We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4f9d7 commit c63f22eCopy full SHA for c63f22e
packages/browser-integration-tests/suites/replay/errors/errorsInSession/test.ts
@@ -12,7 +12,7 @@ import {
12
13
sentryTest(
14
'[session-mode] replay event should contain an error id of an error that occurred during session recording',
15
- async ({ getLocalTestPath, page, browserName }) => {
+ async ({ getLocalTestPath, page, browserName, forceFlushReplay }) => {
16
// TODO(replay): This is flakey on firefox where clicks are flakey
17
if (shouldSkipReplayTest() || ['firefox'].includes(browserName)) {
18
sentryTest.skip();
0 commit comments