AutoInstallExtension

open class AutoInstallExtension @Inject constructor(objects: ObjectFactory)

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard
val enabled: Property<Boolean>

Enable auto-installation of Sentry components (sentry-android SDK and okhttp, timber, fragment and sqlite integrations). Defaults to true.

Link copied to clipboard
val sentryVersion: Property<String>

Overrides default (bundled with plugin) or inherited (from user's buildscript) sentry version. Defaults to the latest published sentry version.