UNPKG

@bracketed/otel-api

Version:

@opentelementery/api but ported to suit modern uses. (2025)

18 lines (15 loc) 395 B
import { SpanContext } from './span_context.js'; import './trace_state.js'; /** * @since 1.0.0 */ declare const INVALID_SPANID = "0000000000000000"; /** * @since 1.0.0 */ declare const INVALID_TRACEID = "00000000000000000000000000000000"; /** * @since 1.0.0 */ declare const INVALID_SPAN_CONTEXT: SpanContext; export { INVALID_SPANID, INVALID_SPAN_CONTEXT, INVALID_TRACEID };