chore(deps): update Cocoa SDK to v8.48.0 #2802
Closed
+2
−2
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 flutter/scripts/update-cocoa.sh from 8.46.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