Generates a new span-id and returns the string representation. See W3C Trace Context for more information.
import { generateSpanId } from "@dvelop-sdk/core";const spanId: string = generateSpanId();console.log(spanId); // cacc9b0efc059633 Copy
import { generateSpanId } from "@dvelop-sdk/core";const spanId: string = generateSpanId();console.log(spanId); // cacc9b0efc059633
Generates a new span-id and returns the string representation. See W3C Trace Context for more information.