Skip to content

Commit

Permalink
feat(js): update enableLongAnimationFrame default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinL10 committed Aug 6, 2024
1 parent 9867832 commit 6fbb3aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The `enableLongAnimationFrame` option requires SDK [version 8.18.0](https://gith

This option determines whether spans for long animation frames get created automatically. If both `enableLongAnimationFrame` and `enableLongTask` are enabled, Sentry will send long animation frames and fallback to long tasks (if long animation frames aren't supported by the browser).

The default is `false`.
The default is `true`.

### enableInp

Expand Down

0 comments on commit 6fbb3aa

Please sign in to comment.