You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/migration/v9-to-v10.mdx
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,13 @@ Updates and fixes for version 9 will be published as `SentryNodeServerlessSDKv9`
41
41
42
42
## Removed FID Web Vital reporting
43
43
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**.
45
45
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.
50
49
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:
52
51
53
52
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
54
53
- 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