Skip to content

Commit 2dbf9b1

Browse files
Update docs/platforms/javascript/common/migration/v9-to-v10.mdx
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 5e2ea7e commit 2dbf9b1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/platforms/javascript/common/migration/v9-to-v10.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ Updates and fixes for version 9 will be published as `SentryNodeServerlessSDKv9`
4141

4242
## Removed FID Web Vital reporting
4343

44-
The changes outlined in this section describe in what way the SDK may behave differently after upgrading:
44+
**The SDKs no longer report the First Input Delay (FID) web vital**.
4545

46-
- The SDKs no longer report the First Input Delay (FID) web vital.
47-
This was done because FID has been replaced by Interaction to Next Paint (INP) and is therefore no longer relevant for assessing and tracking a website's performance.
48-
For reference, FID has long been deprecated by Google's official `web-vitals` library and was eventually removed in version `5.0.0`.
49-
Sentry now follows Google's lead by also removing it.
46+
This was done because FID has been replaced by Interaction to Next Paint (INP) and is therefore no longer relevant for assessing and tracking a website's performance.
47+
For reference, FID has long been deprecated by Google's official `web-vitals` library and was eventually removed in version `5.0.0`.
48+
Sentry now follows Google's lead by also removing it.
5049

51-
The removal entails **no breaking API changes**. However, in rare cases, you might need to adjust some of your Sentry SDK and product setup:
50+
The removal entails **no breaking API changes**. However, in rare cases, you might need to adjust some of your Sentry SDK and product setup:
5251

5352
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
5453
- If you set up Sentry Alerts that depend on FID, be aware that these could trigger once you upgrade the SDK, due to a lack of new values.

0 commit comments

Comments
 (0)