chore(deps): update Cocoa SDK to v9.23.0 - #5442
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa
branch
from
July 23, 2026 04:00
9ca0f0e to
21dc507
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5442 +/- ##
==========================================
+ Coverage 74.58% 74.62% +0.04%
==========================================
Files 512 512
Lines 18666 18672 +6
Branches 3659 3657 -2
==========================================
+ Hits 13922 13934 +12
+ Misses 3869 3865 -4
+ Partials 875 873 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Regenerate the Objective Sharpie bindings for sentry-cocoa 9.23.0 so the Sentry.Bindings.Cocoa dirty-check passes. Removes the dropped SentryExperimentalOptions.validateOptions: binding and adds the new SentryDataCategory, SentryDiscardReason, and SentryFlushResult enums. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jamescrosswell
approved these changes
Jul 24, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Looks fine - random warden failure but unrelated to this PR.
3 tasks
This was referenced Aug 17, 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.22.0 to 9.23.0.
Auto-generated by a dependency updater.
Changelog
9.23.0
Features
Fixes
experimental.dataCollectionAPIs in SDK V10 (#8435)Improvements
Reduce slight overhead during SDK start by skipping an unnecessary main thread dispatch when there's no work to do (#8494)
Add dictionary initialization for
options.experimental.dataCollection(#8371)