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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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