Browse Source

fix(profiling): fix profiling timeout (#46193)

Why ts did not scream I do not know
Jonas 2 years ago
parent
commit
6a8eb9e3c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-utils/sentry-instrumentation.ts

+ 1 - 1
build-utils/sentry-instrumentation.ts

@@ -60,7 +60,7 @@ class SentryInstrumentation {
         }
         return 1;
       },
-      experiments: {
+      _experiments: {
         // 5 minutes should be plenty
         maxProfileDurationMs: 5 * 60 * 1000,
       },