File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
dev-packages/e2e-tests/test-applications
node-core-express-otel-v1-custom-sampler/src
node-core-express-otel-v2-custom-sampler/src Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ import { CustomSampler } from './custom-sampler';
66
77Sentry . init ( {
88 environment : 'qa' , // dynamic sampling bias to keep transactions
9- dsn :
10- process . env . E2E_TEST_DSN ||
11- 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576' ,
9+ dsn : process . env . E2E_TEST_DSN ,
1210 includeLocalVariables : true ,
1311 debug : ! ! process . env . DEBUG ,
1412 tunnel : `http://localhost:3031/` , // proxy server
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ import { CustomSampler } from './custom-sampler';
66
77Sentry . init ( {
88 environment : 'qa' , // dynamic sampling bias to keep transactions
9- dsn :
10- process . env . E2E_TEST_DSN ||
11- 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576' ,
9+ dsn : process . env . E2E_TEST_DSN ,
1210 includeLocalVariables : true ,
1311 debug : ! ! process . env . DEBUG ,
1412 tunnel : `http://localhost:3031/` , // proxy server
You can’t perform that action at this time.
0 commit comments