Skip to content

Commit c484309

Browse files
authored
Merge 26bbcf2 into 7bc4d75
2 parents 7bc4d75 + 26bbcf2 commit c484309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/sentry.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.util.regex.Matcher
44
import java.util.regex.Pattern
55

66
project.ext.shouldSentryAutoUpload = { ->
7-
return System.getenv('SENTRY_DISABLE_AUTO_UPLOAD') != 'true' ||
7+
return System.getenv('SENTRY_DISABLE_AUTO_UPLOAD') != 'true' &&
88
System.getenv('SENTRY_DISABLE_NATIVE_DEBUG_UPLOAD') != 'true'
99
}
1010

0 commit comments

Comments
 (0)