setSendThreads

open fun setSendThreads(@NonNull() sendThreads: ThreadSendPolicy)

Controls whether we should capture and serialize the state of all threads at the time of an error. By default sendThreads is set to Thread.ThreadSendPolicy.ALWAYS. This can be set to Thread.ThreadSendPolicy.NEVER to disable or Thread.ThreadSendPolicy.UNHANDLED_ONLY to only do so for unhandled errors.