Fix sentry for android (#1589)
This commit is contained in:
parent
38b16b435f
commit
e6831beab7
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue