diff --git a/CHANGELOG.md b/CHANGELOG.md index 600c120a45..d94d004b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ ## 6.9.0 +> [!WARNING] +> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android. +> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details. + ### Features - User Feedback Widget Beta ([#4435](https://github.com/getsentry/sentry-react-native/pull/4435)) @@ -62,6 +66,10 @@ ## 6.8.0 +> [!WARNING] +> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android. +> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details. + ### Features - Adds Sentry Android Gradle Plugin as an experimental Expo plugin feature ([#4440](https://github.com/getsentry/sentry-react-native/pull/4440)) @@ -107,6 +115,10 @@ ## 6.7.0 +> [!WARNING] +> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android. +> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details. + ### Features - Add `ignoredComponents` option to `annotateReactComponents` to exclude specific components from React component annotations ([#4517](https://github.com/getsentry/sentry-react-native/pull/4517)) @@ -139,6 +151,10 @@ ## 6.6.0 +> [!WARNING] +> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android. +> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details. + ### Features - Send Sentry React Native SDK version in the Session Replay Events on iOS ([#4450](https://github.com/getsentry/sentry-react-native/pull/4450)) @@ -175,6 +191,10 @@ ## 6.5.0 +> [!WARNING] +> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android. +> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details. + ### Features - Mobile Session Replay is now generally available and ready for production use ([#4384](https://github.com/getsentry/sentry-react-native/pull/4384))