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