addTraceProcessor
function addTraceProcessor(processor): void
Add a processor to the list of processors. Each processor will receive all traces/spans.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
|
The processor to add. |
Returns
Section titled “Returns”void