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