Features
- Adds support for Gradle 9 (#5233)
Fixes
- Updates
sentry-xcode.sh
and the default settings for theproject.pbxproj
to fix the issue with escape patterns in Xcode that leaded to errors during "Bundle React Native code and images" stage (#5221) - Fixes .env file loading in Expo sourcemap uploads (#5210)
- Fixes the issue with changing immutable metadata structure in the contructor of
ReactNativeClient
. This structure is getting re-created instead of being modified to ensure IP address is only inferred by Relay ifsendDefaultPii
istrue
(#5202) - Removes usage of deprecated
SafeAreaView
(#5241) - Fixes session replay recording for uncaught errors (#5243)
- Fixes TypeScript errors when using custom Metro configurations with Expo SDK 54 (#5246)