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 11import * as Sentry from '@sentry/browser' ;
2- import { Replay } from '@sentry/replay' ;
32
43window . Sentry = Sentry ;
5- window . Replay = new Replay ( {
4+ window . Replay = new Sentry . Replay ( {
65 flushMinDelay : 500 ,
76 flushMaxDelay : 500 ,
87 useCompression : true ,
Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/browser' ;
2- import { Replay } from '@sentry/replay' ;
32
43window . Sentry = Sentry ;
5- window . Replay = new Replay ( {
4+ window . Replay = new Sentry . Replay ( {
65 flushMinDelay : 500 ,
76 flushMaxDelay : 500 ,
87 useCompression : false ,
Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/browser' ;
2- import { Replay } from '@sentry/replay' ;
32
43window . Sentry = Sentry ;
5- window . Replay = new Replay ( {
4+ window . Replay = new Sentry . Replay ( {
65 flushMinDelay : 200 ,
76 flushMaxDelay : 200 ,
87} ) ;
You can’t perform that action at this time.
0 commit comments