index.d.ts 184 B

123
  1. import { trace, flushAllTraces, Span, SpanStatus } from './trace';
  2. import { SpanId, setGlobal } from './shared';
  3. export { trace, flushAllTraces, SpanId, Span, SpanStatus, setGlobal };