Skip to content

chore(deps): update Cocoa SDK to v9.19.1#5336

Merged
jamescrosswell merged 2 commits into
mainfrom
deps/modules/sentry-cocoa
Jul 3, 2026
Merged

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps modules/sentry-cocoa from 9.19.0 to 9.19.1.

Auto-generated by a dependency updater.

Changelog

9.19.1

Fixes

  • Fix use-after-free crash in SentrySDKInternal.isEnabled (#8310)
  • Fix dropped platform item header in profile-chunk envelopes (#8269)
  • Fix crash report ID generation so reports created at certain timestamps are not ignored (#8216)
  • Fix C++ exception capture on newer OS versions by page-aligning mprotect calls in the __cxa_throw swapper (#8221)
  • Fix client report discarded-event counts for categories reported in quantities greater than one (e.g. spans): each drop now adds the full dropped quantity instead of incrementing by one (#8230)
  • Rename extended app start span operation from app.start.extended_app_start to app.start.extended (#8220)
  • Fix unsynchronized debug-mode access in the binary image cache (#8309)

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jul 2, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from 18fe47d to e637056 Compare July 2, 2026 04:21
@github-actions github-actions Bot added the risk: medium PR risk score: medium label Jul 2, 2026
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.16%. Comparing base (bfcb8a9) to head (9e88941).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5336      +/-   ##
==========================================
+ Coverage   74.15%   74.16%   +0.01%     
==========================================
  Files         508      508              
  Lines       18353    18353              
  Branches     3586     3586              
==========================================
+ Hits        13610    13612       +2     
+ Misses       3870     3869       -1     
+ Partials      873      872       -1     

☔ 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.

…n extension

sentry-cocoa 9.19.1 refactored SentrySDK.swift so the class body is empty and
all members live in a Swift `extension` (to support a future SDK_V10 mode).
Objective Sharpie emits those members as a separate `[Category]` interface with
an auto-generated name (e.g. `SentrySDK_Sentry_Swift_8248`), which
`KeepInterfaces` then dropped because the generated name isn't in its keep-list.
The result was an empty `SentrySDK` binding, failing the generated-bindings
dirty-check in CI (and, if committed, breaking every `SentryCocoaSdk.*` call in
the managed iOS/Mac Catalyst code).

Add a `MergeInterface` patch step that folds Swift-extension categories back into
their base interface before pruning, restoring the full SentrySDK binding. The
regenerated ApiDefinitions.cs is byte-identical to the committed file, so the
dirty-check passes with no change to the produced bindings.

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 7c76204 into main Jul 3, 2026
39 checks passed
@jamescrosswell
jamescrosswell deleted the deps/modules/sentry-cocoa branch July 3, 2026 08:07
This was referenced Jul 18, 2026
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 risk: medium PR risk score: medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants