Skip to content

chore(deps): update Cocoa SDK to v9.19.0#5316

Merged
jamescrosswell merged 2 commits into
mainfrom
deps/modules/sentry-cocoa
Jun 26, 2026
Merged

chore(deps): update Cocoa SDK to v9.19.0#5316
jamescrosswell merged 2 commits into
mainfrom
deps/modules/sentry-cocoa

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

  • Renamed experimental extended app start API (#8161):
    • extendAppLaunch() -> extendAppStart()
    • finishExtendedAppLaunch() -> finishExtendedAppStart()
    • Added getExtendedAppStartSpan() to get the extended app span
  • Add extended app start APIs to ObjC wrapper SDK (#8163)

Improvements

  • Reduce Session Replay capture stutters by scheduling screenshots after run loop UI work instead of from display refresh callbacks (#7851)

Fixes

  • Don't send logs and metrics when the SDK is disabled (#8173)
  • Fixes crash caused by modifying breadcrumbs from multiple threads (#8114)
  • Prevent feedback form on external displays (#8071)
  • Keep the User Feedback screenshot trigger active after form dismissal. (#8048)
  • Prevent lazy TLS-init in the signal crash monitor for non-managed runtime builds (#8148)
  • Include breadcrumbs in recovered buffer-mode session replays (#8153)
  • Fix missing Info.plist entries MinimumOSVersion and CFBundleSupportedPlatforms in SentryObjC.xcframework (#8157)
  • Harden crash-time attachment path creation to avoid secondary crashes while handling crashes (#8170)
  • Session replay video assembly: drop empty video segments, avoid duplicating frames at segment boundaries, and keep video timing stable when captured frames are skipped or unreadable (#8041)

Internal

  • Add SentrySDK.internal structured API for hybrid SDKs, replacing PrivateSentrySDKOnly with namespaced sub-APIs (replay, profiling, appStart, performance, screenshot, viewHierarchy, screen, envelope, swizzle, sdk, debug, breadcrumbs, user) (#8097)

@github-actions github-actions Bot requested a review from jamescrosswell as a code owner June 25, 2026 04:22
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jun 25, 2026
@github-actions github-actions Bot requested a review from Flash0ver as a code owner June 25, 2026 04:22
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jun 25, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from d09e6be to acf7d16 Compare June 25, 2026 04:22
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.27%. Comparing base (11068e0) to head (68c8b97).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from acf7d16 to 9d325de Compare June 26, 2026 04:25
Comment thread modules/sentry-cocoa
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 jamescrosswell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: dependency update, CI green, no breaking changes in description.

@jamescrosswell jamescrosswell merged commit bed1e55 into main Jun 26, 2026
47 checks passed
@jamescrosswell jamescrosswell deleted the deps/modules/sentry-cocoa branch June 26, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants