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/android/releases/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ We continuously release major/minor/hotfix versions from the `main` branch. Thes
16
16
17
17
## `Stable`
18
18
19
-
Releases are promoted from `Latest` to `Stable` when they've been used in the field for some time and at some scale. The length of time a release has been out, the level of adoption, and other quality and stability metrics are considered. These releases will be indicated on the <Linkto="https://github.com/getsentry/sentry-java/releases/">releases page</Link> with the `Stable` label.
19
+
Releases are promoted from `Latest` to `Stable` when they've been used in the field for some time and at some scale. The length of time a release has been out, the level of adoption, and other quality and stability metrics are all considered before a release is deemed `Stable`. These types of releases will have a `Stable` label on the <Linkto="https://github.com/getsentry/sentry-java/releases/">releases page</Link>.
20
20
21
21
## FAQ
22
22
23
23
### Where can I find the latest stable release for any given SDK?
24
24
25
-
On the <Linkto="https://github.com/getsentry/sentry-java/releases/">releases page</Link> of the SDK's GitHub repo. Stable releases will be indicated with the label `(Stable)` in the name of the release. You can also use the search box in the top right to search for the newest releases.
25
+
On the <Linkto="https://github.com/getsentry/sentry-java/releases/">releases page</Link> of the SDK's GitHub repo. Stable releases will have the `Stable` label in the name of the release. You can also use the search box in the top right to search for the newest releases.
26
26
27
27
### Does this mean the release channels are not stable?
28
28
@@ -34,8 +34,8 @@ The stable release cycle depends on a number of factors and can vary, but the ta
34
34
35
35
### Should I only use stable releases?
36
36
37
-
Stable releases have been tested in the field and at significant scale. They are intended for a dependable and consistent experience. Please note that the `Stable` release channel will get our newest features later than other releases.
37
+
We leave this decision up to you. Stable releases have been tested in the field and at significant scale. They are intended for a dependable and consistent experience. Please note that the `Stable` release channel will get our newest features later than other releases.
38
38
39
39
### How does this relate to the stability of a feature?
40
40
41
-
The`Stable` release status doesn't ascertain the stability of specific SDK or Product features, such as Session Replay. For example, a new feature that is still experimental might be part of a stable SDK release, and it will be opt-in and clearly marked as experimental.
41
+
A`Stable` release status doesn't guarantee the stability of an SDK or product feature. A new feature that's still experimental might be part of a stable SDK release. Any experimental features will be clearly marked and offered as an opt-in.
0 commit comments