Skip to content

Commit d80ac0b

Browse files
committed
feat(solidjs): Remove dsn from test app
1 parent f0e5e0a commit d80ac0b

File tree

1 file changed

+1
-3
lines changed
  • dev-packages/e2e-tests/test-applications/solidjs/src

1 file changed

+1
-3
lines changed

dev-packages/e2e-tests/test-applications/solidjs/src/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import PageRoot from './pageroot';
77
import { routes } from './routes';
88

99
Sentry.init({
10-
dsn:
11-
import.meta.env.PUBLIC_E2E_TEST_DSN ||
12-
'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576',
10+
dsn: import.meta.env.PUBLIC_E2E_TEST_DSN,
1311
debug: true,
1412
environment: 'qa', // dynamic sampling bias to keep transactions
1513
integrations: [Sentry.solidRouterBrowserTracingIntegration({ useBeforeLeave, useLocation })],

0 commit comments

Comments
 (0)