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 3fdd0ab commit 4ad1e5eCopy full SHA for 4ad1e5e
packages/browser-integration-tests/suites/replay/bufferMode/test.ts
@@ -243,7 +243,7 @@ sentryTest(
243
244
await page.evaluate(async () => {
245
const replayIntegration = (window as unknown as Window & { Replay: Replay }).Replay;
246
- await replayIntegration.flush({continueRecording: false});
+ await replayIntegration.flush({ continueRecording: false });
247
});
248
249
const req0 = await reqPromise0;
0 commit comments