File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
packages/integration-tests/suites/replay Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
import * as Sentry from '@sentry/browser' ;
2
- import { Replay } from '@sentry/replay' ;
3
2
4
3
window . Sentry = Sentry ;
5
- window . Replay = new Replay ( {
4
+ window . Replay = new Sentry . Replay ( {
6
5
flushMinDelay : 500 ,
7
6
flushMaxDelay : 500 ,
8
7
useCompression : true ,
Original file line number Diff line number Diff line change 1
1
import * as Sentry from '@sentry/browser' ;
2
- import { Replay } from '@sentry/replay' ;
3
2
4
3
window . Sentry = Sentry ;
5
- window . Replay = new Replay ( {
4
+ window . Replay = new Sentry . Replay ( {
6
5
flushMinDelay : 500 ,
7
6
flushMaxDelay : 500 ,
8
7
useCompression : false ,
Original file line number Diff line number Diff line change 1
1
import * as Sentry from '@sentry/browser' ;
2
- import { Replay } from '@sentry/replay' ;
3
2
4
3
window . Sentry = Sentry ;
5
- window . Replay = new Replay ( {
4
+ window . Replay = new Sentry . Replay ( {
6
5
flushMinDelay : 200 ,
7
6
flushMaxDelay : 200 ,
8
7
} ) ;
You can’t perform that action at this time.
0 commit comments