Skip to content

setTraceProcessors

function setTraceProcessors(processors): void

Set the list of processors. This will replace any existing processors.

Parameter Type Description

processors

TracingProcessor[]

The list of processors to set.

void