Skip to content

7.3.0

Latest
Compare
Choose a tag to compare
@sentry-release-bot sentry-release-bot released this 09 Oct 09:41

Features

  • Adds support for Gradle 9 (#5233)

Fixes

  • Updates sentry-xcode.sh and the default settings for the project.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 if sendDefaultPii is true (#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)

Dependencies