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';
55import * as Sentry from '@sentry/angular' ;
66
77Sentry . init ( {
8+ // Cannot use process.env here, so we hardcode the DSN
89 dsn : 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576' ,
910 tracesSampleRate : 1.0 ,
1011 integrations : [ Sentry . browserTracingIntegration ( { } ) ] ,
1112 tunnel : `http://localhost:3031/` , // proxy server
12- debug : ! ! process . env . DEBUG ,
1313} ) ;
1414
1515bootstrapApplication ( 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';
55import * as Sentry from '@sentry/angular' ;
66
77Sentry . init ( {
8+ // Cannot use process.env here, so we hardcode the DSN
89 dsn : 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576' ,
910 tracesSampleRate : 1.0 ,
1011 integrations : [ Sentry . browserTracingIntegration ( { } ) ] ,
1112 tunnel : `http://localhost:3031/` , // proxy server
12- debug : ! ! process . env . DEBUG ,
1313} ) ;
1414
1515bootstrapApplication ( AppComponent , appConfig ) . catch ( err => console . error ( err ) ) ;
You can’t perform that action at this time.
0 commit comments