Type Alias OpenTelemetryHeaders

OpenTelemetryHeaders: {
    traceparent: string | null;
    tracestate: string | null;
}

Represents the context for telemetry. See reference standard documentation here