We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc4d75 + 26bbcf2 commit c484309Copy full SHA for c484309
packages/core/sentry.gradle
@@ -4,7 +4,7 @@ import java.util.regex.Matcher
4
import java.util.regex.Pattern
5
6
project.ext.shouldSentryAutoUpload = { ->
7
- return System.getenv('SENTRY_DISABLE_AUTO_UPLOAD') != 'true' ||
+ return System.getenv('SENTRY_DISABLE_AUTO_UPLOAD') != 'true' &&
8
System.getenv('SENTRY_DISABLE_NATIVE_DEBUG_UPLOAD') != 'true'
9
}
10
0 commit comments