Skip to content

Commit bb65b10

Browse files
committed
it wasn't spotlight
1 parent c7652fe commit bb65b10

File tree

1 file changed

+0
-4
lines changed
  • dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src

1 file changed

+0
-4
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const runtimeConfig = getRuntimeConfig();
5858
Sentry.init({
5959
environment: 'qa', // dynamic sampling bias to keep transactions
6060
dsn: process.env.REACT_APP_E2E_TEST_DSN,
61-
spotlight: false,
6261
integrations: [
6362
Sentry.reactRouterV7BrowserTracingIntegration({
6463
useEffect: React.useEffect,
@@ -78,9 +77,6 @@ Sentry.init({
7877
release: 'e2e-test',
7978

8079
tunnel: 'http://localhost:3031',
81-
// Explicitly disable Spotlight to prevent auto-enablement from env vars
82-
// This test is about transaction timing, not Spotlight functionality
83-
spotlight: false,
8480
});
8581

8682
const sentryCreateBrowserRouter = Sentry.wrapCreateBrowserRouterV7(createBrowserRouter);

0 commit comments

Comments
 (0)