SetAsyncCallStackDepthParameter

@Serializable
data class SetAsyncCallStackDepthParameter(val maxDepth: Int)

Constructors

Link copied to clipboard
constructor(maxDepth: Int)

Properties

Link copied to clipboard

Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).