File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ const runtimeConfig = getRuntimeConfig();
5858Sentry . 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
8682const sentryCreateBrowserRouter = Sentry . wrapCreateBrowserRouterV7 ( createBrowserRouter ) ;
You can’t perform that action at this time.
0 commit comments