Skip to content

Commit 5266fa3

Browse files
authored
ref: Restructure the migration guide support timeline section (#17171)
1 parent 8b2c685 commit 5266fa3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

MIGRATION.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@ Sentry.init({
6161
});
6262
```
6363

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-
7464
## 3. Behaviour Changes
7565

7666
### 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
8777
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
8878
- 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.
8979
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

Comments
 (0)