Skip to content

Commit c35192d

Browse files
committed
add migration entry
1 parent b706d10 commit c35192d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

MIGRATION.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,20 @@ Additionally, we hold ourselves accountable to any security issues, meaning that
4747

4848
Note, that it is decided on a case-per-case basis, what gets backported or not.
4949
If you need a fix or feature in a previous version of the SDK, please reach out via a GitHub Issue.
50+
51+
## 3. Behaviour Changes
52+
53+
### Removal of First Input Delay (FID) Web Vital Reporting
54+
55+
Affected SDKs: All SDKs running in browser applications (`@sentry/browser`, `@sentry/react`, `@sentry/nextjs`, etc.)
56+
57+
In v10, the SDK stopped reporting the First Input Delay (FID) web vital.
58+
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.
59+
For reference, FID has long been deprecated by Google's official `web-vitals` library and was eventually removed in version `5.0.0`.
60+
Sentry now follows Google's lead by also removing it.
61+
62+
The removal entails **no breaking API changes**. However, in rare cases, you might need to adjust some of your Sentry SDK and product setup:
63+
64+
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
65+
- 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.
66+
To replace them, adjust your alerts (or dashbaords) to use INP.

0 commit comments

Comments
 (0)