Browse Source

chore(sdk): Turn off interactions experiment (#70530)

We think this is interacting poorly the trace IDs and causing a lot of
`http.client` transactions with incorrect durations.
George Gritsouk 10 months ago
parent
commit
025d52dede
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/bootstrap/initializeSdk.tsx

+ 1 - 1
static/app/bootstrap/initializeSdk.tsx

@@ -59,7 +59,7 @@ function getSentryIntegrations(routes?: Function) {
       routes: typeof routes === 'function' ? createRoutes(routes()) : [],
       match,
       _experiments: {
-        enableInteractions: true,
+        enableInteractions: false,
       },
     }),
     Sentry.browserProfilingIntegration(),