From 75416862b1283956a2c4033f2fa7352a9ac1945a Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 6 Aug 2026 03:59:41 +0000 Subject: [PATCH 1/2] chore: update modules/sentry-cocoa to 9.25.0 --- modules/sentry-cocoa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index d82bb1c5eb..d27a0ddf0c 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit d82bb1c5eb353a593573a5624bb370f5a1f500ce +Subproject commit d27a0ddf0cd1bc90ab038f5781fddc39b894430e From 271d3178071ac73e09e0f75de20c1f0fbac30892 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 10 Aug 2026 13:09:54 +1200 Subject: [PATCH 2/2] chore(deps): regenerate Cocoa bindings for v9.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cocoa 9.25.0 adds enableOnShake/disableOnShake to SentryFeedbackAPI. The submodule bump alone left ApiDefinitions.cs stale, so the macOS build's dirty-check failed once it regenerated the bindings. Generated by scripts/generate-cocoa-bindings.ps1 — not hand-edited. Co-Authored-By: Claude Opus 5 --- src/Sentry.Bindings.Cocoa/ApiDefinitions.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs b/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs index 6566853445..c6323530ac 100644 --- a/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs +++ b/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs @@ -2062,6 +2062,10 @@ interface SentryFeedbackAPI void ShowWidget(); [Export("hideWidget")] void HideWidget(); + [Export("enableOnShake")] + void EnableOnShake(); + [Export("disableOnShake")] + void DisableOnShake(); } // @interface SentryHub : NSObject