setTracingIdGenerator
이 콘텐츠는 아직 번역되지 않았습니다.
function setTracingIdGenerator(idGenerator?): void;Set the trace and span ID generator for the global tracing provider.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
|
|
|
Custom ID generator methods, or undefined to restore defaults. |
Returns
Section titled “Returns”void