콘텐츠로 이동

generateTraceId

이 콘텐츠는 아직 번역되지 않았습니다.

function generateTraceId(): string;

Generate a trace ID by creating a random UUID v4 and removing the dashes. This is the equivalent of uuid4().hex in Python and prefixing it with trace_.

string

A trace ID.