aboutsummaryrefslogtreecommitdiff
path: root/build-logic
diff options
context:
space:
mode:
Diffstat (limited to 'build-logic')
-rw-r--r--build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt1
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)
}
}
}