File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import { appConfig } from './app/app.config';
5
5
import * as Sentry from '@sentry/angular' ;
6
6
7
7
Sentry . init ( {
8
+ // Cannot use process.env here, so we hardcode the DSN
8
9
dsn : 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576' ,
9
10
tracesSampleRate : 1.0 ,
10
11
integrations : [ Sentry . browserTracingIntegration ( { } ) ] ,
11
12
tunnel : `http://localhost:3031/` , // proxy server
12
- debug : ! ! process . env . DEBUG ,
13
13
} ) ;
14
14
15
15
bootstrapApplication ( AppComponent , appConfig ) . catch ( err => console . error ( err ) ) ;
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import { appConfig } from './app/app.config';
5
5
import * as Sentry from '@sentry/angular' ;
6
6
7
7
Sentry . init ( {
8
+ // Cannot use process.env here, so we hardcode the DSN
8
9
dsn : 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576' ,
9
10
tracesSampleRate : 1.0 ,
10
11
integrations : [ Sentry . browserTracingIntegration ( { } ) ] ,
11
12
tunnel : `http://localhost:3031/` , // proxy server
12
- debug : ! ! process . env . DEBUG ,
13
13
} ) ;
14
14
15
15
bootstrapApplication ( AppComponent , appConfig ) . catch ( err => console . error ( err ) ) ;
You can’t perform that action at this time.
0 commit comments