From 6f3a307d58464c89f4129bf8e8ba62b48484e15f Mon Sep 17 00:00:00 2001 From: Alex Krawiec Date: Thu, 31 Oct 2024 14:33:07 -0700 Subject: [PATCH] Fix small typo on web-vitals-concepts --- docs/product/insights/web-vitals/web-vitals-concepts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/insights/web-vitals/web-vitals-concepts.mdx b/docs/product/insights/web-vitals/web-vitals-concepts.mdx index 7c62a8a6cd0dfd..5852c25a04ee5e 100644 --- a/docs/product/insights/web-vitals/web-vitals-concepts.mdx +++ b/docs/product/insights/web-vitals/web-vitals-concepts.mdx @@ -21,7 +21,7 @@ Google considers Core Web Vitals to be the most important metrics for measuring ### Interaction to Next Paint (INP) -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. [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 ## 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 | | ----------------------------------------------------------------- | ------ | ---- | ----- | ------- | ------ |