5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
import { trace, flushAllTraces, Span, SpanStatus } from './trace';
|
|
import { SpanId, setGlobal } from './shared';
|
|
export { trace, flushAllTraces, Span, setGlobal, SpanStatus };
|
|
export type { SpanId };
|