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 e88b81b commit 3ddb7b0Copy full SHA for 3ddb7b0
packages/integration-tests/suites/replay/privacy/init.js
@@ -1,7 +1,8 @@
1
import * as Sentry from '@sentry/browser';
2
+import { Replay } from '@sentry/replay';
3
4
window.Sentry = Sentry;
-window.Replay = new Sentry.Replay({
5
+window.Replay = new Replay({
6
flushMinDelay: 200,
7
flushMaxDelay: 200,
8
useCompression: false,
0 commit comments