Skip to content

Commit

Permalink
Update docs/platforms/javascript/common/tracing/instrumentation/autom…
Browse files Browse the repository at this point in the history
…atic-instrumentation.mdx

Co-authored-by: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
KevinL10 and lizokm authored Jul 26, 2024
1 parent d60595d commit 074408d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The default is `true`.
The `enableLongAnimationFrame` option requires SDK [version 8.18.0](https://github.com/getsentry/sentry-javascript/releases/tag/8.18.0) or higher.
</Note>

This option determines whether spans for long animation frames automatically get created. If both `enableLongAnimationFrame` and `enableLongTask` are enabled, Sentry will send long animation frames and fallback to long tasks if long animation frames are not supported by the browser.
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`.

Expand Down

0 comments on commit 074408d

Please sign in to comment.