Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
v0.26.0
- Added
setShouldSendCallback
#250
v0.25.0
- Fix a bug in gradle script that trigged the sourcemap upload twice
- Fixed #245
- Fixed #234
v0.24.1
- Bump
sentry-cli
version to 1.20.0
v0.24.0
- Fix frame urls when only using
raven-js
- Upgrade
sentry-java
to 1.5.3
- Upgrade
sentry-cocoa
to 3.8.1
- Added support for
sampleRate
option
v0.23.0
- Add more event properties for
setEventSentSuccessfully
callback on Android
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.