Skip to content

Commit 44468e0

Browse files
committed
reset nim/max delays
seems ok
1 parent b10e550 commit 44468e0

File tree

1 file changed

+2
-2
lines changed
  • packages/integration-tests/suites/replay/requests

1 file changed

+2
-2
lines changed

packages/integration-tests/suites/replay/requests/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: 200,
6-
flushMaxDelay: 2000,
5+
flushMinDelay: 500,
6+
flushMaxDelay: 500,
77
useCompression: false,
88
});
99

0 commit comments

Comments
 (0)