set Async Call Stack Depth
suspend fun setAsyncCallStackDepth(input: SetAsyncCallStackDepthRequest): SetAsyncCallStackDepthResponse
Enables or disables async call stacks tracking.
Note: this function uses an input class, and constructing this class manually may lead to incompatibilities if the class's constructor arguments change in the future. For maximum compatibility, it is advised to use the overload of this function that directly takes the mandatory parameters as arguments, and the optional ones from a configuration lambda.
Enables or disables async call stacks tracking.
Parameters
max Depth
Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).