Skip to content

Commit

Permalink
feat(performance): enable long animation frame support for internal t… (
Browse files Browse the repository at this point in the history
#74637)

Enables long animation frame support in the browser SDK for internal
testing.

See getsentry/sentry-javascript#11719 for more
information.
  • Loading branch information
KevinL10 authored Jul 23, 2024
1 parent 3a2f433 commit 205025b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/bootstrap/initializeSdk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function getSentryIntegrations(routes?: Function) {
history: browserHistory as any,
routes: typeof routes === 'function' ? createRoutes(routes()) : [],
match,
enableLongAnimationFrame: true,
_experiments: {
enableInteractions: false,
},
Expand Down

0 comments on commit 205025b

Please sign in to comment.