Disable sentry autoinstall (#1925)

This commit is contained in:
Harsh Shandilya
2022-05-26 19:17:59 +05:30
committed by GitHub
parent e5085c9989
commit 53fb1eba9f

View File

@@ -33,4 +33,5 @@ sentry {
enabled.set(true)
features.set(setOf(InstrumentationFeature.FILE_IO))
}
autoInstallation.enabled.set(false)
}