From a72a8ae892afc8dafceaa26d061df67cb36d3ca4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 3 Jan 2023 19:28:14 +0530 Subject: Revert "Revert "fix: disable Sentry dependency report"" This reverts commit 5cccd535aec307d2b55a51091f0119a5055407db. --- build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'build-logic') 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 { ignoredFlavors.set(setOf(ProductFlavors.FREE)) tracingInstrumentation { enabled.set(false) } autoInstallation.enabled.set(false) + includeDependenciesReport.set(false) } } } -- cgit v1.2.3