Skip to content

Commit 426b241

Browse files
committed
Remove some more DSNs
1 parent 6a79624 commit 426b241

File tree

2 files changed

+2
-6
lines changed
  • dev-packages/e2e-tests/test-applications

2 files changed

+2
-6
lines changed

dev-packages/e2e-tests/test-applications/node-core-express-otel-v1-custom-sampler/src/instrument.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import { CustomSampler } from './custom-sampler';
66

77
Sentry.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

dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-custom-sampler/src/instrument.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import { CustomSampler } from './custom-sampler';
66

77
Sentry.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

0 commit comments

Comments
 (0)