chore(deps): update Cocoa SDK to v9.22.0#5395
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa
branch
from
July 16, 2026 03:59
04b71e7 to
56d07d7
Compare
Cocoa 9.22.0 removed enableReplayNetworkDetailsCapturing from SentryExperimentalOptions, so the committed ApiDefinitions.cs no longer matched the regenerated output and the dirty-check failed on the .NET (macos) CI job. No managed code referenced the removed binding. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5395 +/- ##
==========================================
+ Coverage 74.39% 74.50% +0.11%
==========================================
Files 510 512 +2
Lines 18528 18640 +112
Branches 3622 3650 +28
==========================================
+ Hits 13784 13888 +104
- Misses 3868 3878 +10
+ Partials 876 874 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jamescrosswell
approved these changes
Jul 18, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Automated approval: dependency update, CI green, no breaking changes in description.
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.21.0 to 9.22.0.
Auto-generated by a dependency updater.
Changelog
9.22.0
Features
swiftAsyncStacktracesas stable (#8373)dataCollectionoption underexperimentalfor configuring data scrubbing behavior (#8369)Fixes
Content-Typefor HTTP/2 and HTTP/3, so it captures HTTP response bodies as it was supposed to (when body capturing is enabled viaoptions.sessionReplay.networkCaptureBodies) (#8390)(null)when a Spotlight request fails (#8401)"dsn"to propertydsninstead ofnil(#8393)Improvements
Remove
enableReplayNetworkDetailsCapturingexperimental flag; network detail capture is now enabled automatically whennetworkDetailAllowUrlsis non-empty (#8396)Add
userInfocontext for unhandledNSExceptions(#8332)Fixes
NSURLSessionTask.currentRequestproperty (#8058)