Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 5c35acd

Browse files
committed
fix: disable Sentry dependency report
Incompatible with configuration cache
1 parent e688a6e commit 5c35acd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class SentryPlugin : Plugin<Project> {
3333
ignoredFlavors.set(setOf(ProductFlavors.FREE))
3434
tracingInstrumentation { enabled.set(false) }
3535
autoInstallation.enabled.set(false)
36+
includeDependenciesReport.set(false)
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)