Browse Source

ref(sdk): Bump idleTimeout to 10s temporarily (#32275)

This will help show us if there is any higher LCP capture rate available.
Kev 3 years ago
parent
commit
982fc3b572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/bootstrap/initializeSdk.tsx

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

@@ -31,7 +31,7 @@ function getSentryIntegrations(hasReplays: boolean = false, routes?: Function) {
             ),
           }
         : {}),
-      idleTimeout: 5000,
+      idleTimeout: 10000,
       _metricOptions: {
         _reportAllChanges: false,
       },