Skip to content

Commit

Permalink
fix: Add note about enableInp behaviour in v8/v7 (#10493)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Jun 26, 2024
1 parent cd7f6b7 commit 5c014d9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ The default is `true`.

<Note>
The `enableInp` option requires SDK [version 7.104.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.104.0) or higher.

INP is in continuous development at Sentry. We plan to improve the experience and reduce friction in future releases.
</Note>

This option determines whether interactions spans automatically get created when an [Interaction to Next Paint (INP)](/product/insights/web-vitals/web-vitals-concepts/#interaction-to-next-paint-inp) event is detected. Interactions are scored and surfaced in the [Web Vitals](/product/insights/web-vitals/) module.

The default is `false`.
The default is `true` in `8.x` of the SDK, and `false` in `7.x`.

<Note>
INP samples currently incur no cost to enable at Sentry. Basic samples contain limited information such as the interaction target, latency, and user. You may wish to enrich your INP samples by setting up [Session Replays](/platforms/javascript/session-replay/) and/or setting up [Browser Profiling](/platforms/javascript/profiling/) instrumentation around your interactive elements to gain further insights into your slowest interactions.
Expand Down

0 comments on commit 5c014d9

Please sign in to comment.