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 72fc335 commit 5d8a3bdCopy full SHA for 5d8a3bd
sentry-android-integration-tests/test-app-size/build.gradle.kts
@@ -44,7 +44,7 @@ sentry {
44
org.set("sentry-sdks")
45
projectName.set("sentry-android")
46
authToken.set(System.getenv("SENTRY_AUTH_TOKEN"))
47
- autoUploadProguardMapping.set(true)
+ includeProguardMapping.set(false)
48
tracingInstrumentation.enabled.set(false)
49
includeDependenciesReport.set(false)
50
telemetry.set(false)
0 commit comments