chore(deps): update Cocoa SDK to v9.19.0#5316
Merged
Merged
Conversation
d09e6be to
acf7d16
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5316 +/- ##
==========================================
+ Coverage 74.15% 74.27% +0.11%
==========================================
Files 508 508
Lines 18353 18353
Branches 3586 3586
==========================================
+ Hits 13610 13632 +22
+ Misses 3870 3845 -25
- Partials 873 876 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
acf7d16 to
9d325de
Compare
The submodule bump to 9.19.0 changed the Cocoa public API (SentrySDK extendAppLaunch/finishExtendedAppLaunch renamed to extendAppStart/ finishExtendedAppStart plus a new getExtendedAppStartSpan, and new imageAddressRaw/imageVmAddressRaw on SentryDebugMeta). The committed ApiDefinitions.cs no longer matched the generated output, so the dirty-check in the macOS build failed. Regenerate to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jamescrosswell
approved these changes
Jun 26, 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.18.0 to 9.19.0.
Auto-generated by a dependency updater.
Changelog
9.19.0
Warning
The minimum macOS deployment target will be raised to macOS 12 (Monterey) with the upcoming release that adopts Xcode 27. Xcode 27 no longer supports deployment targets below macOS 12. If your app must support macOS 11 or earlier, please stay on the last SDK version released before this change. See #8113 for full details.
Features
extendAppLaunch()->extendAppStart()finishExtendedAppLaunch()->finishExtendedAppStart()getExtendedAppStartSpan()to get the extended app spanImprovements
Fixes
Info.plistentriesMinimumOSVersionandCFBundleSupportedPlatformsinSentryObjC.xcframework(#8157)Internal
SentrySDK.internalstructured API for hybrid SDKs, replacingPrivateSentrySDKOnlywith namespaced sub-APIs (replay,profiling,appStart,performance,screenshot,viewHierarchy,screen,envelope,swizzle,sdk,debug,breadcrumbs,user) (#8097)