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 6f37175 commit f29c25aCopy full SHA for f29c25a
packages/integration-tests/suites/replay/errors/init.js
@@ -2,8 +2,8 @@ import * as Sentry from '@sentry/browser';
2
3
window.Sentry = Sentry;
4
window.Replay = new Sentry.Replay({
5
- flushMinDelay: 500,
6
- flushMaxDelay: 500,
+ flushMinDelay: 1000,
+ flushMaxDelay: 1000,
7
});
8
9
Sentry.init({
0 commit comments