From a176fc448cf5f3ea7b188449b8170b14ce6805cf Mon Sep 17 00:00:00 2001 From: Karl Heinz Struggl Date: Tue, 25 Jul 2023 10:32:59 +0200 Subject: [PATCH] add bug note in changelog for 8.9.2 (#3186) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10510aad53..306e94c3529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ ## 8.9.2 +## Important Note + +**Do not use this version** if you use Release Health. It introduces a bug where crashed Sessions would not be reported correctly. This has been fixed in [version `8.9.3`](https://github.com/getsentry/sentry-cocoa/releases/tag/8.9.3). + ### Improvements - Reduced macOS SDK footprint by 2% (#3157) with similar changes for tvOS and watchOS (#3158, #3159, #3161)