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 b10e550 commit 44468e0Copy full SHA for 44468e0
packages/integration-tests/suites/replay/requests/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: 200,
6
- flushMaxDelay: 2000,
+ flushMinDelay: 500,
+ flushMaxDelay: 500,
7
useCompression: false,
8
});
9
0 commit comments