We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e5e0a commit d80ac0bCopy full SHA for d80ac0b
dev-packages/e2e-tests/test-applications/solidjs/src/index.tsx
@@ -7,9 +7,7 @@ import PageRoot from './pageroot';
7
import { routes } from './routes';
8
9
Sentry.init({
10
- dsn:
11
- import.meta.env.PUBLIC_E2E_TEST_DSN ||
12
- 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576',
+ dsn: import.meta.env.PUBLIC_E2E_TEST_DSN,
13
debug: true,
14
environment: 'qa', // dynamic sampling bias to keep transactions
15
integrations: [Sentry.solidRouterBrowserTracingIntegration({ useBeforeLeave, useLocation })],
0 commit comments