From cc10f251f2e045bd5408422a04ed07a569afd7f9 Mon Sep 17 00:00:00 2001 From: Karl Heinz Struggl Date: Thu, 8 Aug 2024 11:25:14 -0700 Subject: [PATCH] fix(cocoa): Last good SDK version before release info issue (#11033) --- docs/platforms/apple/common/troubleshooting/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/apple/common/troubleshooting/index.mdx b/docs/platforms/apple/common/troubleshooting/index.mdx index 4d663d28aafdc..bc1ecd700f72a 100644 --- a/docs/platforms/apple/common/troubleshooting/index.mdx +++ b/docs/platforms/apple/common/troubleshooting/index.mdx @@ -135,6 +135,6 @@ say it is due to a bug in Xcode 15.4. They recommend sticking to Xcode 15.3 unti ## Release Health Misses Unhandled Events and Missing Mach Info -If the release health page shows fewer events in the unhandled tab, your events miss the unhandled property or mach info; please update the Cocoa SDK to version 8.33.0 or above or stay on version 8.29.1. +If the release health page shows fewer events in the unhandled tab, your events miss the unhandled property or mach info; please update the Cocoa SDK to version 8.33.0 or above or stay on version 8.30.0. We introduced a bug with a refactoring [#4101](https://github.com/getsentry/sentry-cocoa/pull/4101) released in 8.30.1, that caused unhandled/crash events to have the unhandled property and mach info missing, which is required for release health to show events in the unhandled tab. It's essential to mention that this bug doesn't impact release health statistics, such as crash-free session or user rates.