Skip to content

Commit

Permalink
Merge 26bbcf2 into 7bc4d75
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis authored Nov 12, 2024
2 parents 7bc4d75 + 26bbcf2 commit c484309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/sentry.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.regex.Matcher
import java.util.regex.Pattern

project.ext.shouldSentryAutoUpload = { ->
return System.getenv('SENTRY_DISABLE_AUTO_UPLOAD') != 'true' ||
return System.getenv('SENTRY_DISABLE_AUTO_UPLOAD') != 'true' &&
System.getenv('SENTRY_DISABLE_NATIVE_DEBUG_UPLOAD') != 'true'
}

Expand Down

0 comments on commit c484309

Please sign in to comment.