Skip to content

Commit e505662

Browse files
coolguyzoneAlex Krawiec
and
Alex Krawiec
authored
Fix small typo on web-vitals-concepts (#11706)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent bb4aaaa commit e505662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/product/insights/web-vitals/web-vitals-concepts.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Google considers Core Web Vitals to be the most important metrics for measuring
2121
### Interaction to Next Paint (INP)
2222

2323
<Note>
24-
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.
24+
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.
2525
</Note>
2626

2727
[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.
@@ -88,7 +88,7 @@ Some Web Vitals such as FP, FCP, LCP, and TTFB are measured relative to the star
8888

8989
## Browser Support
9090

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

9393
| Web Vital | Chrome | Edge | Opera | Firefox | Safari |
9494
| ----------------------------------------------------------------- | ------ | ---- | ----- | ------- | ------ |

0 commit comments

Comments
 (0)