Revert "Revert "fix: disable Sentry dependency report""

This reverts commit 5cccd535ae.
This commit is contained in:
Harsh Shandilya 2023-01-03 19:28:14 +05:30
parent de87308c8e
commit a72a8ae892
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -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.22" /> <option name="version" value="1.7.21" />
</component> </component>
</project> </project>

View file

@ -33,6 +33,7 @@ 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)
} }
} }
} }