securityos/node_modules/next/dist/trace/index.d.ts

6 lines
232 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import { trace, flushAllTraces, Span, SpanStatus } from './trace';
import type { SpanId } from './shared';
import { setGlobal } from './shared';
export { trace, flushAllTraces, Span, setGlobal, SpanStatus };
export type { SpanId };