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 cbc3217 commit 646847fCopy full SHA for 646847f
sentry-android-integration-tests/test-app-size/build.gradle.kts
@@ -56,5 +56,5 @@ sentry {
56
tracingInstrumentation.enabled.set(false)
57
includeDependenciesReport.set(false)
58
telemetry.set(false)
59
- sizeAnalysis.enabled.set(true)
+ sizeAnalysis.enabled.set(providers.environmentVariable("SENTRY_AUTH_TOKEN").isPresent)
60
}
0 commit comments