Skip to content

Commit f29c25a

Browse files
committed
increase flush delay
1 parent 6f37175 commit f29c25a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

packages/integration-tests/suites/replay/errors/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({

0 commit comments

Comments
 (0)