File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
packages/integration-tests/suites Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/browser' ;
22import { HttpClient } from '@sentry/integrations' ;
33
4- // window.Sentry = Sentry;
4+ window . Sentry = Sentry ;
55
66Sentry . init ( {
77 dsn :
'https://[email protected] /1337' ,
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