SpanAddingParameters

interface SpanAddingParameters : InstrumentationParameters

Properties

Link copied to clipboard
@get:Internal
abstract var _instrumentable: ClassInstrumentable?
Link copied to clipboard
@get:Input
abstract val debug: Property<Boolean>
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.

Link copied to clipboard
@get:Input
abstract val logcatMinLevel: Property<LogcatLevel>
Link copied to clipboard
@get:Internal
abstract val sentryModulesService: Property<SentryModulesService>
Link copied to clipboard
@get:Internal
abstract val tmpDir: Property<File>