From a95fcb244614936bc50e064cf25bc4064e544dd5 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 1 May 2026 04:19:42 +0000 Subject: [PATCH 1/2] chore: update modules/sentry-cocoa to 9.12.0 --- modules/sentry-cocoa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index a49e7c2148..0baded16c4 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit a49e7c2148ac9e38bd35ef4f13bc9d6ea3ff0b81 +Subproject commit 0baded16c4bd1f2471949e89bf36289ca2b93080 From e2a9d0f5579f90c3eb5262d25ea25bf14fda6f1a Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 4 May 2026 10:42:54 +1200 Subject: [PATCH 2/2] fix(cocoa): regenerate bindings for Cocoa SDK 9.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regenerate ApiDefinitions.cs and StructsAndEnums.cs from the 9.12.0 native headers using scripts/generate-cocoa-bindings.ps1. Key changes from 9.12.0: - Remove enableSessionReplayInUnreliableEnvironment (removed in #7831 — the underlying iOS 26 Liquid Glass masking issues have been resolved) - Remove the corresponding C# property, initialization code, and sample usage - enableMetrics promoted from experimental to top-level SentryOptions (#7843) - enableReplayNetworkDetailsCapturing added to SentryExperimentalOptions - Network capture properties added to SentryReplayOptions (#7580) - NotificationService added to SentryExtensionType enum (#7818) Co-Authored-By: James Crosswell --- samples/Sentry.Samples.Maui/MauiProgram.cs | 5 --- src/Sentry.Bindings.Cocoa/ApiDefinitions.cs | 32 +++++++++++++++----- src/Sentry.Bindings.Cocoa/StructsAndEnums.cs | 3 +- src/Sentry/Platforms/Cocoa/SentryOptions.cs | 32 -------------------- src/Sentry/Platforms/Cocoa/SentrySdk.cs | 4 --- 5 files changed, 26 insertions(+), 50 deletions(-) diff --git a/samples/Sentry.Samples.Maui/MauiProgram.cs b/samples/Sentry.Samples.Maui/MauiProgram.cs index 93d4e85b76..de3abb8c74 100644 --- a/samples/Sentry.Samples.Maui/MauiProgram.cs +++ b/samples/Sentry.Samples.Maui/MauiProgram.cs @@ -62,11 +62,6 @@ public static MauiApp CreateMauiApp() // sentry:SessionReplay.Mask="Unmask" attribute to individual controls instead. options.Native.ExperimentalOptions.SessionReplay.UnmaskControlsOfType