Skip to content

Releases: getsentry/sentry-react-native

v0.22.0

30 Aug 07:57
Compare
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
Compare
Choose a tag to compare
  • Fixing device farm tests

v0.21.1

25 Aug 17:50
Compare
Choose a tag to compare
  • Store event on release and send on next startup.

v0.21.0

25 Aug 17:50
Compare
Choose a tag to compare
  • Fixed an issue where javascript error wasn't sent everytime

v0.20.0

23 Aug 22:51
Compare
Choose a tag to compare
  • Bump sentry-cocoa to 3.6.0

v0.19.0

23 Aug 22:51
Compare
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
Compare
Choose a tag to compare
  • Bump sentry-java to 1.5.1
  • Fix linking step
  • Bump raven-js to 3.17.0

v0.17.1

11 Aug 14:06
Compare
Choose a tag to compare

v0.17.0

10 Aug 09:30
Compare
Choose a tag to compare
  • Fix disableNativeIntegration proptery to use right transport

v0.16.2

09 Aug 10:36
Compare
Choose a tag to compare
  • Remove send callback when native integration isn't available.