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