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 56ddf79 commit 36506eeCopy full SHA for 36506ee
packages/browser-integration-tests/suites/replay/bufferMode/test.ts
@@ -86,7 +86,7 @@ sentryTest(
86
87
const [req0] = await Promise.all([
88
reqPromise0,
89
- page.evaluate(async () => {
+ page.evaluate(async () => {
90
const replayIntegration = (window as unknown as Window & { Replay: Replay }).Replay;
91
await replayIntegration.flush();
92
}),
0 commit comments