Fix sentry for android (#1589)

This commit is contained in:
Elias Nahum 2018-04-16 15:38:39 -03:00 committed by Harrison Healey
parent 38b16b435f
commit e6831beab7

View file

@ -81,8 +81,8 @@ apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
if (System.getenv("SENTRY_ENABLED") == "true") {
project.ext.sentryCli = [
logLevel: "debug",
flavorAware: true
logLevel: "error",
flavorAware: false
]
apply from: "../../node_modules/react-native-sentry/sentry.gradle"