chore(deps): update Cocoa SDK to v8.48.0 #345
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.44.0 to 8.48.0.
Auto-generated by a dependency updater.
Changelog
8.48.0
Features
FileManager
to track file I/O operations with Sentry (#4863)Improvements
Fixes
8.47.0
Important
This version fixes an important bug for applying scope data to crash events (#4969).
Previously, the SDK always set the event's user to the user of the scope of the app launch after the crash event, which could result in incorrect user data if the user changed between the crash and the next launch.
Additionally, if specific properties on the crash event were nil, the SDK replaced them with values from the scope of the app launch after the crash event. This affected the following event properties: tags, extra, fingerprints, breadcrumbs, dist, environment, level, and trace context. However, since most of these properties are infrequently nil, the fix should have minimal impact on most users.
Features
Data
to track file I/O operations with Sentry (#4862)enableAppHangTrackingV2
.options.sessionReplay.enableExperimentalViewRenderer
to enable up to 5x times more performance in Session Replay (#4940)Fixes
SDKInfo.initWithOptions
to be nullable (#4968)Improvements
8.46.0
Features
enableAppHangTrackingV2
Improvements
NSData
individually (#4859)SentryScope.useSpan
with callback to direct span accessor (#4896)Fixes
Internal
8.45.0
Warning
We have been made aware that this version can cause crashes in certain configurations when using network tracking, file I/O tracking, or CoreData tracking features.
We recommend staying on version 8.43.0 or disabling the mentioned features until a fix is released.
See issue #4887 for more details.
Features
showMaskPreview
toSentrySDK.replay
api to debug replay masking (#4761)Improvements
sample_rand
to baggage (#4751)waitForFullDisplay
tosentryTrace
view modifier (#4797)Fixes
sample_rate
in baggage (#4751)nil
values (#4724)Internal