Features
-
Adds Sentry Android Gradle Plugin as an experimental Expo plugin feature (#4440)
To enable the plugin add the
enableAndroidGradlePlugin
in the@sentry/react-native/expo
of the Expo application configuration."plugins": [ [ "@sentry/react-native/expo", { "experimental_android": { "enableAndroidGradlePlugin": true, } } ],
To learn more about the available configuration options visit the documentation.
Fixes
- Remove
error:
prefix fromcollect-modules.sh
to avoid failing iOS builds (#4570) - Sentry Module Collection Script Fails with Spaces in Node Path on iOS (#4559)
- Various crashes and issues of Session Replay on Android. See the Android SDK version bump for more details. (#4529)
Sentry.setUser(null)
doesn't crash on iOS with RN 0.77.1 (#4567)- Avoid importing
tslib
in Sentry Metro Plugin (#4573)