diff --git a/static/app/bootstrap/initializeSdk.tsx b/static/app/bootstrap/initializeSdk.tsx index c5a1265e8aa22c..a1c09c2dc1d49f 100644 --- a/static/app/bootstrap/initializeSdk.tsx +++ b/static/app/bootstrap/initializeSdk.tsx @@ -58,6 +58,7 @@ function getSentryIntegrations(routes?: Function) { history: browserHistory as any, routes: typeof routes === 'function' ? createRoutes(routes()) : [], match, + enableLongAnimationFrame: true, _experiments: { enableInteractions: false, },