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: MIGRATION.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,6 @@ Sentry.init({
61
61
});
62
62
```
63
63
64
-
## No Version Support Timeline
65
-
66
-
Version support timelines are stressful for everybody using the SDK, so we won't be defining one.
67
-
Instead, we will be applying bug fixes and features to older versions as long as there is demand.
68
-
69
-
Additionally, we hold ourselves accountable to any security issues, meaning that if any vulnerabilities are found, we will in almost all cases backport them.
70
-
71
-
Note, that it is decided on a case-per-case basis, what gets backported or not.
72
-
If you need a fix or feature in a previous version of the SDK, please reach out via a GitHub Issue.
73
-
74
64
## 3. Behaviour Changes
75
65
76
66
### Removal of First Input Delay (FID) Web Vital Reporting
@@ -87,3 +77,13 @@ The removal entails **no breaking API changes**. However, in rare cases, you mig
87
77
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
88
78
- 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.
89
79
To replace them, adjust your alerts (or dashbaords) to use INP.
80
+
81
+
## No Version Support Timeline
82
+
83
+
Version support timelines are stressful for everybody using the SDK, so we won't be defining one.
84
+
Instead, we will be applying bug fixes and features to older versions as long as there is demand.
85
+
86
+
Additionally, we hold ourselves accountable to any security issues, meaning that if any vulnerabilities are found, we will in almost all cases backport them.
87
+
88
+
Note, that it is decided on a case-per-case basis, what gets backported or not.
89
+
If you need a fix or feature in a previous version of the SDK, please reach out via a GitHub Issue.
0 commit comments