Skip to content

Commit cdb0c15

Browse files
committed
lint
1 parent 4750f2e commit cdb0c15

File tree

2 files changed

+4
-4
lines changed
  • packages/browser-integration-tests/suites/replay

2 files changed

+4
-4
lines changed

packages/browser-integration-tests/suites/replay/largeMutations/defaultOptions/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import * as Sentry from '@sentry/browser';
22

33
window.Sentry = Sentry;
44
window.Replay = new Sentry.Replay({
5-
flushMinDelay: 500,
6-
flushMaxDelay: 500,
5+
flushMinDelay: 1000,
6+
flushMaxDelay: 1000,
77
});
88

99
Sentry.init({

packages/browser-integration-tests/suites/replay/throttleBreadcrumbs/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22

33
import { sentryTest } from '../../../utils/fixtures';
4-
import { getCustomRecordingEvents, getReplayRecordingContent, shouldSkipReplayTest, waitForReplayRequest } from '../../../utils/replayHelpers';
4+
import { getCustomRecordingEvents, shouldSkipReplayTest, waitForReplayRequest } from '../../../utils/replayHelpers';
55

66
const THROTTLE_LIMIT = 300;
77

@@ -27,7 +27,7 @@ sentryTest(
2727

2828
await page.goto(url);
2929
await forceFlushReplay();
30-
const res0 = getCustomRecordingEvents(await reqPromise0)
30+
const res0 = getCustomRecordingEvents(await reqPromise0);
3131

3232
await page.click('[data-console]');
3333
await forceFlushReplay();

0 commit comments

Comments
 (0)