Skip to content

Commit 5d8a3bd

Browse files
committed
disable proguard mapping upload
1 parent 72fc335 commit 5d8a3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-android-integration-tests/test-app-size/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sentry {
4444
org.set("sentry-sdks")
4545
projectName.set("sentry-android")
4646
authToken.set(System.getenv("SENTRY_AUTH_TOKEN"))
47-
autoUploadProguardMapping.set(true)
47+
includeProguardMapping.set(false)
4848
tracingInstrumentation.enabled.set(false)
4949
includeDependenciesReport.set(false)
5050
telemetry.set(false)

0 commit comments

Comments
 (0)