Skip to content

Commit ae7fed0

Browse files
authored
fix(size-analysis): Use local sentry-android module (#4874)
1 parent 1d02f13 commit ae7fed0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ configurations.configureEach {
4141
}
4242

4343
dependencies {
44+
implementation(projects.sentryAndroid)
4445
implementation(projects.sentryAndroidTimber)
4546
implementation(projects.sentryAndroidSqlite)
4647
implementation(projects.sentryOkhttp)
@@ -56,5 +57,6 @@ sentry {
5657
tracingInstrumentation.enabled.set(false)
5758
includeDependenciesReport.set(false)
5859
telemetry.set(false)
60+
autoInstallation.enabled.set(false)
5961
sizeAnalysis.enabled.set(providers.environmentVariable("SENTRY_AUTH_TOKEN").isPresent)
6062
}

0 commit comments

Comments
 (0)