fix: disable Sentry dependency report
Incompatible with configuration cache
This commit is contained in:
parent
e688a6e558
commit
5c35acdfbc
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ class SentryPlugin : Plugin<Project> {
|
|||
ignoredFlavors.set(setOf(ProductFlavors.FREE))
|
||||
tracingInstrumentation { enabled.set(false) }
|
||||
autoInstallation.enabled.set(false)
|
||||
includeDependenciesReport.set(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue