Skip to content

Fix small typo on web-vitals-concepts #11706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/product/insights/web-vitals/web-vitals-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Google considers Core Web Vitals to be the most important metrics for measuring
### Interaction to Next Paint (INP)

<Note>
On March 12, 2024, Interaction to Next Paint (INP) replaced First Input Display (FID) as a Core Web Vital. Prior to this, INP was an experimental metric that Sentry did not collect. To begin collecting INP measurements, make sure your Javascript SDK version is [7.104.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.104.0) or higher and that the option [`enableInp`](/platforms/javascript/tracing/instrumentation/automatic-instrumentation/#enableinp) is on.
On March 12, 2024, Interaction to Next Paint (INP) replaced First Input Delay (FID) as a Core Web Vital. Prior to this, INP was an experimental metric that Sentry did not collect. To begin collecting INP measurements, make sure your Javascript SDK version is [7.104.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.104.0) or higher and that the option [`enableInp`](/platforms/javascript/tracing/instrumentation/automatic-instrumentation/#enableinp) is on.
</Note>

[Interaction to Next Paint (INP)](https://web.dev/articles/inp) measures the time from when a user interacts with a page (through a click, tap, or keyboard input) to when the next paint (rendering of content on the screen) occurs. INP aims to assess how quickly users see a response from the website after taking an action, which is crucial for providing a smooth and responsive user experience.
Expand Down Expand Up @@ -88,7 +88,7 @@ Some Web Vitals such as FP, FCP, LCP, and TTFB are measured relative to the star

## Browser Support

Not all browsers fully support all web vitals. Sentry uses available web vitals to calculate [Performance Score](/product/insights/web-vitals/#performance-score).
Not all browsers fully support all web vitals. Sentry uses available web vitals to calculate [Performance Score](/product/insights/web-vitals/#performance-score).

| Web Vital | Chrome | Edge | Opera | Firefox | Safari |
| ----------------------------------------------------------------- | ------ | ---- | ----- | ------- | ------ |
Expand Down
Loading