rsnext/packages/next/trace/index.ts

5 lines
182 B
TypeScript
Raw Normal View History

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