Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
v0.22.0
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.1
- Store event on release and send on next startup.
v0.21.0
- Fixed an issue where javascript error wasn't sent everytime
v0.20.0
- Bump
sentry-cocoa
to 3.6.0
v0.19.0
- Make
userId
optional for user context
- Bump
sentry-cocoa
to 3.5.0
v0.18.0
- Bump
sentry-java
to 1.5.1
- Fix linking step
- Bump
raven-js
to 3.17.0
v0.17.0
- Fix
disableNativeIntegration
proptery to use right transport
v0.16.2
- Remove send callback when native integration isn't available.