bpms_site/.svn/pristine/5e/5e03a90e15936b1ad50782fb633cc95299d2b549.svn-base
2025-11-02 16:38:49 +03:30

5 lines
200 B
Plaintext

import { trace, flushAllTraces, Span, SpanStatus } from './trace';
import { SpanId, setGlobal } from './shared';
export { trace, flushAllTraces, Span, setGlobal, SpanStatus };
export type { SpanId };