From 5cccd535aec307d2b55a51091f0119a5055407db Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 29 Dec 2022 22:30:01 +0530 Subject: Revert "fix: disable Sentry dependency report" This reverts commit 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae. --- .idea/kotlinc.xml | 2 +- build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 0e65ceac..4251b727 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file 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 4ac5a7f6..c377ee0f 100644 --- a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt +++ b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt @@ -33,7 +33,6 @@ class SentryPlugin : Plugin { ignoredFlavors.set(setOf(ProductFlavors.FREE)) tracingInstrumentation { enabled.set(false) } autoInstallation.enabled.set(false) - includeDependenciesReport.set(false) } } } -- cgit v1.2.3