Skip to content

6.8.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 20 Feb 14:29

Warning

This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
See issue #4598 for more details.

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 from collect-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)

Dependencies