InstrumentationType

sealed class InstrumentationType

Type of instrumentation configuration

Inheritors

Types

Link copied to clipboard

Temporary instrumentation that expires automatically (default 24 hours)

Link copied to clipboard
object Companion
Link copied to clipboard

Permanent instrumentation that persists until explicitly deleted

Link copied to clipboard
data class SdkUnknown(val value: String) : InstrumentationType

Properties

Link copied to clipboard
abstract val value: String