SpanAddingParameters

interface SpanAddingParameters : InstrumentationParameters

Properties

_instrumentables
Link copied to clipboard
@get:Internal
abstract var _instrumentables: List<ClassInstrumentable>?
debug
Link copied to clipboard
@get:Input
abstract val debug: Property<Boolean>
features
Link copied to clipboard
@get:Input
abstract val features: SetProperty<InstrumentationFeature>
invalidate
Link copied to clipboard
@get:Input
@get:Optional
abstract val invalidate: Property<Long>

AGP will re-instrument dependencies, when the InstrumentationParameters changed https://issuetracker.google.com/issues/190082518#comment4. This is just a dummy parameter that is used solely for that purpose.

sdkStateHolder
Link copied to clipboard
@get:Internal
abstract val sdkStateHolder: Property<SentrySdkStateHolder>
tmpDir
Link copied to clipboard
@get:Internal
abstract val tmpDir: Property<File>