Revert "fix: disable Sentry dependency report"
This reverts commit 5c35acdfbc
.
This commit is contained in:
parent
fd475b6b63
commit
5cccd535ae
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="KotlinJpsPluginSettings">
|
<component name="KotlinJpsPluginSettings">
|
||||||
<option name="version" value="1.7.21" />
|
<option name="version" value="1.7.22" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -33,7 +33,6 @@ class SentryPlugin : Plugin<Project> {
|
||||||
ignoredFlavors.set(setOf(ProductFlavors.FREE))
|
ignoredFlavors.set(setOf(ProductFlavors.FREE))
|
||||||
tracingInstrumentation { enabled.set(false) }
|
tracingInstrumentation { enabled.set(false) }
|
||||||
autoInstallation.enabled.set(false)
|
autoInstallation.enabled.set(false)
|
||||||
includeDependenciesReport.set(false)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue