From 51c903aabd2de493c3ff8dc17826ba062f3cf78f Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 18 Sep 2026 03:01:05 +0000 Subject: [PATCH 1/2] chore: update modules/sentry-cocoa to 9.29.0 --- modules/sentry-cocoa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index 61e8cb0243..d9df1c4e8d 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit 61e8cb02434b26fb34c58126d883e5663cfde238 +Subproject commit d9df1c4e8d8466c7f8b3c56150378927dadf1b8e From 7b0ee4350a82141cd30869ea1dcbb2b7eef2686b Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Fri, 18 Sep 2026 21:28:41 +1200 Subject: [PATCH 2/2] chore: regenerate Cocoa bindings for 9.29.0 Co-Authored-By: Claude Opus 5 --- src/Sentry.Bindings.Cocoa/ApiDefinition.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Sentry.Bindings.Cocoa/ApiDefinition.cs b/src/Sentry.Bindings.Cocoa/ApiDefinition.cs index 39ce1e4a47..547e362e0d 100644 --- a/src/Sentry.Bindings.Cocoa/ApiDefinition.cs +++ b/src/Sentry.Bindings.Cocoa/ApiDefinition.cs @@ -1279,7 +1279,7 @@ interface SentryObjCExperimentalOptions [Export("enableUnhandledCPPExceptionsV2")] bool EnableUnhandledCPPExceptionsV2 { get; set; } - // @property (nonatomic) BOOL enableWatchdogTerminationsV2; + // @property (nonatomic) BOOL enableWatchdogTerminationsV2 __attribute__((deprecated("enableWatchdogTerminationsV2 is deprecated and will be removed in v10, where the improved watchdog termination tracking mechanism is enabled by default."))); [Export("enableWatchdogTerminationsV2")] bool EnableWatchdogTerminationsV2 { get; set; } @@ -1489,7 +1489,7 @@ interface SentryObjCOptions [Export("sendClientReports")] bool SendClientReports { get; set; } - // @property (nonatomic) BOOL enableAppHangTracking; + // @property (nonatomic) BOOL enableAppHangTracking __attribute__((deprecated("App Hang tracking is deprecated and will be removed in v10 because it can produce less relevant stack traces and false positives. Enable the MetricKit integration using ``SentrySDKOptions/enableMetricKit`` for system-provided hang diagnostics.", "enableMetricKit"))); [Export("enableAppHangTracking")] bool EnableAppHangTracking { get; set; } @@ -1589,7 +1589,7 @@ interface SentryObjCOptions [Export("enableStandaloneAppStartTracing")] bool EnableStandaloneAppStartTracing { get; set; } - // @property (nonatomic) BOOL enableReportNonFullyBlockingAppHangs; + // @property (nonatomic) BOOL enableReportNonFullyBlockingAppHangs __attribute__((deprecated("App Hang tracking is deprecated and will be removed in v10 because it can produce less relevant stack traces and false positives. Enable the MetricKit integration using ``SentrySDKOptions/enableMetricKit`` for system-provided hang diagnostics.", "enableMetricKit"))); [Export("enableReportNonFullyBlockingAppHangs")] bool EnableReportNonFullyBlockingAppHangs { get; set; } @@ -1597,7 +1597,7 @@ interface SentryObjCOptions [Export("sessionReplay", ArgumentSemantic.Strong)] SentryObjCReplayOptions SessionReplay { get; set; } - // @property (nonatomic) BOOL enableSigtermReporting; + // @property (nonatomic) BOOL enableSigtermReporting __attribute__((deprecated("This property will be removed in v10. KSCrash always catches SIGTERM, records a clean exit, and never writes a crash report for it."))); [Export("enableSigtermReporting")] bool EnableSigtermReporting { get; set; }