Browse Source

ref(sdk): Change reportAllChanges back to true temporarily (#32370)

This will change reportAllChanges features back to true to compare with the last few days of high idleTimeout data directly. Specifically checking that lcp element candidates haven't changed since that is what we want to collect against.
Kev 3 years ago
parent
commit
4c48a3f983
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/bootstrap/initializeSdk.tsx

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

@@ -33,7 +33,7 @@ function getSentryIntegrations(hasReplays: boolean = false, routes?: Function) {
         : {}),
       idleTimeout: 10000,
       _metricOptions: {
-        _reportAllChanges: false,
+        _reportAllChanges: true,
       },
     }),
   ];