Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class SentryTelemetryService : BuildService<BuildServiceParameters.None> , BuildOperationListener, AutoCloseable
Link copied to clipboard
data class SentryTelemetryServiceParams(val sendTelemetry: Boolean, val dsn: String, val sentryOrganization: String?, val buildType: String, val extraTags: Map<String, String>, val isDebug: Boolean, val defaultSentryOrganization: String? = null, val saas: Boolean? = null, val cliVersion: String? = null)

Functions

Link copied to clipboard
fun Task.withSentryTelemetry(extension: SentryPluginExtension, sentryTelemetryProvider: Provider<SentryTelemetryService>?)

An ext function for tasks that we want to collect telemetry for. Must be called at configuration phase (=when registering a task).