Skip to content

Commit 8c3fd24

Browse files
feat(performance): removes fid note and update webvitals intro to clarify field data (#10437)
* removes fid note and update webvitals intro to clarify field data * Update docs/product/insights/web-vitals/index.mdx
1 parent cdd6673 commit 8c3fd24

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/product/insights/web-vitals/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ description: "Understand your application's performance score and how each web v
66

77
<Include name="feature-available-for-plan-business.mdx" />
88

9-
<Note>
10-
On March 12, 2024, Google replaced [First Input Display (FID)](/product/insights/web-vitals/web-vitals-concepts/#first-input-delay-fid) with [Interaction to Next Paint (INP)](/product/insights/web-vitals/web-vitals-concepts/#interaction-to-next-paint-inp) as a Core Web Vital. 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/performance/instrumentation/automatic-instrumentation/#enableinp) is on. FID measurements are no longer shown in the **Web Vitals** page, but can still be accessed in [Discover](/product/explore/discover-queries). You may see changes to your performance score during this transition.
11-
</Note>
12-
139
Web vitals are a set of metrics that measure the quality of the user experience on a web page. To learn more about these metrics, see [Web Vitals Concepts](/product/insights/web-vitals/web-vitals-concepts/).
1410

15-
In Sentry, web vitals are used to calculate a [Performance Score](#performance-score) for your web application. Using these metrics, we surface the pages that have the most [opportunity](#opportunity) to improve your app's overall performance.
11+
For your instrumented web apps, Sentry gathers web vitals from real user traffic through [supported browsers](web-vitals-concepts/#browser-support). These web vitals are used to calculate a [Performance Score](#performance-score) for your web application. Using these metrics, we surface the pages that have the most [opportunity](#opportunity) to improve your app's overall performance.
1612

1713
The gif below walks through how to get insights on your web vitals.
1814

docs/product/insights/web-vitals/web-vitals-concepts.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: "Learn more about web vitals and how each metric relates to your ap
66

77
[Web Vitals](https://web.dev/vitals/) are a set of metrics defined by Google to measure render time, response time, and layout shift. Each data point provides insights about the overall [performance](/product/performance/) of your application.
88

9-
<Note>
10-
On March 12, 2024, Google replaced [First Input Display (FID)](#first-input-delay-fid) with [Interaction to Next Paint (INP)](#interaction-to-next-paint-inp) as a Core Web Vital. 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/performance/instrumentation/automatic-instrumentation/#enableinp) is on. FID measurements are no longer shown in the **Web Vitals** page, but can still be accessed in [Discover](/product/explore/discover-queries).
11-
</Note>
12-
139
The in-browser Sentry SDKs collect web vitals information (where supported) and adds that information to frontend [transactions](/product/performance/transaction-summary/). These web vitals are then summarized in the [**Performance > Web Vitals** page](/product/insights/web-vitals/) to give you a quick overview of how each page is performing for your users.
1410

1511
![Visualization of Web Vitals](../img/diagram-transaction-vitals.png)

0 commit comments

Comments
 (0)