Skip to content

Releases: getsentry/sentry-react-native

v0.23.2

11 Sep 14:48

Choose a tag to compare

  • Fixed #228 again ¯\(ツ)

v0.23.1

11 Sep 09:10

Choose a tag to compare

v0.23.0

04 Sep 13:14

Choose a tag to compare

  • Add more event properties for setEventSentSuccessfully callback on Android

v0.22.0

30 Aug 07:57

Choose a tag to compare

project.ext.sentry = [
    logLevel: "debug",
    flavorAware: true
]

should be before:
apply from: "../../node_modules/react-native-sentry/sentry.gradle"
This enables sentry-cli debug output on android builds, also adds flavor aware sentry.properties files.

v0.21.2

29 Aug 10:18

Choose a tag to compare

  • Fixing device farm tests

v0.21.1

25 Aug 17:50

Choose a tag to compare

  • Store event on release and send on next startup.

v0.21.0

25 Aug 17:50

Choose a tag to compare

  • Fixed an issue where javascript error wasn't sent everytime

v0.20.0

23 Aug 22:51

Choose a tag to compare

  • Bump sentry-cocoa to 3.6.0

v0.19.0

23 Aug 22:51

Choose a tag to compare

  • Make userId optional for user context
  • Bump sentry-cocoa to 3.5.0

v0.18.0

22 Aug 23:24

Choose a tag to compare

  • Bump sentry-java to 1.5.1
  • Fix linking step
  • Bump raven-js to 3.17.0