Skip to content

v0.22.0

Choose a tag to compare

@HazAT HazAT released this 30 Aug 07:57
· 807 commits to master since this release
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.