aboutsummaryrefslogtreecommitdiff
path: root/build-logic
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-01-03 19:28:14 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-01-03 19:50:44 +0530
commita72a8ae892afc8dafceaa26d061df67cb36d3ca4 (patch)
treea43e82daae2a197723974e6003d0d61fbb1c61f3 /build-logic
parentde87308c8e6653de5c655c2ea2fe7916368b0eb5 (diff)
Revert "Revert "fix: disable Sentry dependency report""
This reverts commit 5cccd535aec307d2b55a51091f0119a5055407db.
Diffstat (limited to 'build-logic')
-rw-r--r--build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
index c377ee0f..4ac5a7f6 100644
--- a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
+++ b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
@@ -33,6 +33,7 @@ class SentryPlugin : Plugin<Project> {
ignoredFlavors.set(setOf(ProductFlavors.FREE))
tracingInstrumentation { enabled.set(false) }
autoInstallation.enabled.set(false)
+ includeDependenciesReport.set(false)
}
}
}