chore: conditionally disable sentry on GitHub actions

This commit is contained in:
Lei Nelissen
2023-04-27 15:31:18 +02:00
parent dd220ec0f2
commit 24b25d9f4f

View File

@@ -83,7 +83,9 @@ project.ext.react = [
]
apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/@sentry/react-native/sentry.gradle"
if (System.getenv("DISABLE_SENTRY_SOURCEMAP_UPLOAD") != "true") {
apply from: "../../node_modules/@sentry/react-native/sentry.gradle"
}
/**
* Set this to true to create two separate APKs instead of one: