chore(deps): update Cocoa SDK to v9.19.1#5336
Merged
Merged
Conversation
github-actions
Bot
requested review from
Flash0ver and
jamescrosswell
as code owners
July 2, 2026 04:21
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa
branch
from
July 2, 2026 04:21
18fe47d to
e637056
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5336 +/- ##
==========================================
+ Coverage 74.15% 74.16% +0.01%
==========================================
Files 508 508
Lines 18353 18353
Branches 3586 3586
==========================================
+ Hits 13610 13612 +2
+ Misses 3870 3869 -1
+ Partials 873 872 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…n extension sentry-cocoa 9.19.1 refactored SentrySDK.swift so the class body is empty and all members live in a Swift `extension` (to support a future SDK_V10 mode). Objective Sharpie emits those members as a separate `[Category]` interface with an auto-generated name (e.g. `SentrySDK_Sentry_Swift_8248`), which `KeepInterfaces` then dropped because the generated name isn't in its keep-list. The result was an empty `SentrySDK` binding, failing the generated-bindings dirty-check in CI (and, if committed, breaking every `SentryCocoaSdk.*` call in the managed iOS/Mac Catalyst code). Add a `MergeInterface` patch step that folds Swift-extension categories back into their base interface before pruning, restoring the full SentrySDK binding. The regenerated ApiDefinitions.cs is byte-identical to the committed file, so the dirty-check passes with no change to the produced bindings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jamescrosswell
approved these changes
Jul 3, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Automated approval: dependency update, CI green, no breaking changes in description.
3 tasks
This was referenced Jul 16, 2026
This was referenced Jul 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps modules/sentry-cocoa from 9.19.0 to 9.19.1.
Auto-generated by a dependency updater.
Changelog
9.19.1
Fixes
SentrySDKInternal.isEnabled(#8310)platformitem header in profile-chunk envelopes (#8269)mprotectcalls in the__cxa_throwswapper (#8221)app.start.extended_app_starttoapp.start.extended(#8220)