chore(deps): update Cocoa SDK to v8.36.0 #261
Merged
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 scripts/update-cocoa.sh from 8.26.0 to 8.36.0.
Auto-generated by a dependency updater.
Changelog
8.36.0
Features
SentrySDK.startProfiler
andSentryOptions.profilesSampleRate
) (#4010)Fixes
8.35.1
Fixes
8.35.0
Features
Fixes
SIGABRT
when modifying scope user (#4274)8.34.0
Features
Fixes
8.33.0
Note: Due to a bug (#4280) introduced in this release, we recommend upgrading to 8.35.0 or newer.
This release fixes a bug (#4230) that we introduced with a refactoring (#4101) released in 8.30.1.
This bug caused unhandled/crash events to have the unhandled property and mach info missing, which is required for release health to show events in the unhandled tab. It's essential to mention that this bug doesn't impact release health statistics, such as crash-free session or user rates.
Features
errorSampleRate
property toonErrorSampleRate
(#4218)Fixes
NSComparisonPredicate
in TERNARY operator (#4232)Improvements
8.32.0
Features
reportAccessibilityIdentifier
option (#4183)Fixes
Features
Deprecated
8.31.1
Fixes
8.31.0
Features
Fixes
NSUnderlyingErrorKey
(#4144)8.30.1
Fixes
8.30.0
Features
SentrySDK.pauseAppHangTracking()
andSentrySDK.resumeAppHangTracking()
.beforeSendSpan
callback (#4095)Fixes
storeEnvelope
ends session for unhandled errors (#4073)SentryUser.segment
(#4092). Please remove usages of this property. We will remove it in the next major.8.29.1
Fixes
loadView
that don't implementloadView
(#4071)8.29.0
Features
Fixes
SentryCrashMonitor_CPPException.cpp
compilation using Xcode 16b1 (#4051)8.28.0
Features
8.27.0
Features
__cxa_rethrow
(#3996)for SIGTERM reporting in the last release and enabled it by default.
For some users, SIGTERM events were verbose and not actionable.
Therefore, we disable it per default in this release. If you'd like
to receive SIGTERM events, set the option
enableSigtermReporting = true
.Improvements
Fixes
In Foreground
flag on UIKit applications (#4005)