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 939e0cd commit f24fa13Copy full SHA for f24fa13
dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src/index.tsx
@@ -58,6 +58,7 @@ const runtimeConfig = getRuntimeConfig();
58
Sentry.init({
59
environment: 'qa', // dynamic sampling bias to keep transactions
60
dsn: process.env.REACT_APP_E2E_TEST_DSN,
61
+ spotlight: false,
62
integrations: [
63
Sentry.reactRouterV7BrowserTracingIntegration({
64
useEffect: React.useEffect,
0 commit comments