Skip to content

Commit 3ddb7b0

Browse files
committed
import replay from @sentry/replay
1 parent e88b81b commit 3ddb7b0

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

packages/integration-tests/suites/replay/privacy/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import * as Sentry from '@sentry/browser';
2+
import { Replay } from '@sentry/replay';
23

34
window.Sentry = Sentry;
4-
window.Replay = new Sentry.Replay({
5+
window.Replay = new Replay({
56
flushMinDelay: 200,
67
flushMaxDelay: 200,
78
useCompression: false,

0 commit comments

Comments
 (0)