We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15471f commit 2387c2cCopy full SHA for 2387c2c
sentry-android-integration-tests/test-app-size/build.gradle.kts
@@ -58,5 +58,6 @@ sentry {
58
includeDependenciesReport.set(false)
59
telemetry.set(false)
60
autoInstallation.enabled.set(false)
61
+ distribution.enabled.set(providers.environmentVariable("SENTRY_AUTH_TOKEN").isPresent)
62
sizeAnalysis.enabled.set(providers.environmentVariable("SENTRY_AUTH_TOKEN").isPresent)
63
}
0 commit comments