diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-29 22:30:01 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-29 22:51:27 +0530 |
commit | 5cccd535aec307d2b55a51091f0119a5055407db (patch) | |
tree | a42ff0eb3c1efa6eabdd57a1e7bed52a93de9271 /build-logic | |
parent | fd475b6b639237e2d2c868b2f60d705b9504b0a5 (diff) |
Revert "fix: disable Sentry dependency report"
This reverts commit 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae.
Diffstat (limited to 'build-logic')
-rw-r--r-- | build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt | 1 |
1 files changed, 0 insertions, 1 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 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<Project> { ignoredFlavors.set(setOf(ProductFlavors.FREE)) tracingInstrumentation { enabled.set(false) } autoInstallation.enabled.set(false) - includeDependenciesReport.set(false) } } } |