rsnext/packages/next/trace/index.ts
Tim Neutkens c1e5f5b260
Make traces in development reliable (#28990)
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
2021-09-13 15:49:29 +02:00

4 lines
182 B
TypeScript

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