Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
025d52dede
1 измененных файлов с 1 добавлено и 1 удалено
  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(),