chore(deps): update Cocoa SDK to v8.48.0#2820
Merged
Merged
Conversation
github-actions
Bot
requested review from
buenaflor,
krystofwoldrich and
stefanosiano
as code owners
March 25, 2025 12:43
bruno-garcia
force-pushed
the
deps/flutter/scripts/update-cocoa.sh/8.48.0
branch
from
March 25, 2025 12:54
db6f7fd to
c72abd1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2820 +/- ##
===========================================
+ Coverage 78.57% 89.77% +11.20%
===========================================
Files 34 93 +59
Lines 1377 3023 +1646
===========================================
+ Hits 1082 2714 +1632
- Misses 295 309 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
buenaflor
approved these changes
Apr 1, 2025
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 flutter/scripts/update-cocoa.sh from 8.46.0 to 8.48.0.
Auto-generated by a dependency updater.
Changelog
8.48.0
Features
FileManagerto 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
Datato track file I/O operations with Sentry (#4862)enableAppHangTrackingV2.options.sessionReplay.enableExperimentalViewRendererto enable up to 5x times more performance in Session Replay (#4940)Fixes
SDKInfo.initWithOptionsto be nullable (#4968)Improvements