chore(deps): update Cocoa SDK to v9.29.0 - #5596
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa
branch
from
September 18, 2026 03:01
b536e8a to
51c903a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5596 +/- ##
==========================================
- Coverage 74.85% 74.84% -0.01%
==========================================
Files 515 515
Lines 18963 18963
Branches 3694 3694
==========================================
- Hits 14194 14193 -1
- Misses 3891 3892 +1
Partials 878 878 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
jamescrosswell
approved these changes
Sep 18, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Automated approval: eligibility script verdict MERGE (CI green, mergeable, no human change-request, no breaking-change language).
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.28.0 to 9.29.0.
Auto-generated by a dependency updater.
Changelog
9.29.0
Warning
Native crashes now set
mechanism.synthetic, which takes the mach exception name (EXC_BAD_ACCESS) or signal name (SIGSEGV) out of the grouping hash. Expect a one-time regrouping as your app adopts this version: existing crash issues stop receiving events and new ones open. Crashes that differ only by signal at the same stacktrace now share one issue. The mach and signal detail stays onmechanism.meta.Fixes
[NSURLSessionTask cancel]when cancelling an in-flight task with swizzling enabled (#9009)replayIdwhen Session Replay is stopped manually, so events captured afterstop()are no longer linked to a replay that is no longer recording (#9017)machandsignalcrash mechanisms assyntheticso an Apple crash groups with the identical crash reported by the other Sentry SDKs (#9004)mechanism.handledtofalseon crash reports without mach context, which previously left it unset (#9004)Deprecations
options.enableMetricKit = true. TheappHangTimeoutIntervaloption remains supported for watchdog termination classification. (#8944)