chore(deps): update Cocoa SDK to v9.29.2 - #2867
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa/9.29.2
branch
from
September 26, 2026 03:01
e7c8416 to
e199a96
Compare
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.29.0 to 9.29.2.
Auto-generated by a dependency updater.
Changelog
9.29.2
Fixes
beforeSendWithHintto attach files to fatal events (#9153)isMetricKitEventunrecognized selector crash when statically linking the SDK without-ObjC, including when MetricKit is disabled (#9155)9.29.1
Caution
Known issue: This release can crash apps statically linking the SDK without
-ObjCwith-[SentryEvent isMetricKitEvent]: unrecognized selector, even when MetricKit is disabled. Add-ObjCto the app target's linker flags, preserving$(inherited), or pin to 9.29.0 until a fix is released. See #9154.Fixes
options.experimental.enableNewURLLoaderSwizzling = true(disabled by default) (#8845)trace_idsin replay events to enable searching replays by trace ID (#9092)enableMetricKitRawPayloadis enabled, without attaching unrelated current-thread stack traces (#9070)enableAppHangTrackingso applications can continue opting out of App Hang tracking until its removal in v10 (#9094)appHangTimeoutIntervalvalues of 0 or lower to the default of 2 seconds, which previously spun the app hang tracker thread in a busy loop (#9020)