forked from getsentry/sentry-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update Cocoa SDK to v8.57.0 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
deps/scripts/update-cocoa.sh
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
3f0d1d3
to
334285c
Compare
334285c
to
893f8ac
Compare
893f8ac
to
0d6eb26
Compare
0d6eb26
to
1e7c7ce
Compare
1e7c7ce
to
5ff4453
Compare
5ff4453
to
a5ce6a4
Compare
ee5c911
to
bff71c8
Compare
bff71c8
to
e355cc6
Compare
e355cc6
to
98e9083
Compare
467078c
to
71bf8a4
Compare
71bf8a4
to
0fb759a
Compare
23721c0
to
a7353cf
Compare
b044f54
to
f5f8457
Compare
f5f8457
to
43628d0
Compare
583c2b6
to
7e3e28b
Compare
7e3e28b
to
725b1f7
Compare
725b1f7
to
04777b2
Compare
04777b2
to
c9243c2
Compare
c9243c2
to
f857376
Compare
f857376
to
9b77269
Compare
9b77269
to
236733f
Compare
236733f
to
56eb83e
Compare
56eb83e
to
f1f45f9
Compare
f1f45f9
to
6d044ff
Compare
6d044ff
to
d2ceb88
Compare
d2ceb88
to
d714fc4
Compare
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 scripts/update-cocoa.sh from 8.56.2 to 8.57.0.
Auto-generated by a dependency updater.
Changelog
8.57.0
Warning
Session Replay is disabled by default on iOS 26.0+ with Xcode 26.0+ to prevent PII leaks
Due to potential masking issues introduced by Apple's Liquid Glass rendering changes in iOS 26.0, Session Replay is now automatically disabled on apps running iOS 26.0+ when built with Xcode 26.0 or later. This is a defensive measure to protect user privacy and prevent potential PII leaks until masking is reliably supported.
Session replay will work normally if:
UIDesignRequiresCompatibility
toYES
inInfo.plist
Override (use with caution): If you understand the PII risks and want to enable session replay anyway, you can set:
This experimental override option will be removed in a future minor version once the masking issues are resolved.
Fixes
UIDesignRequiresCompatibility
options.experimental.enableSessionReplayInUnreliableEnvironment
to allow overriding the automatic disabling (#6389)