UNPKG

next

Version:

The React Framework

5 lines (4 loc) 220 B
import { SpanId } from '../shared'; declare type Reporter = (spanName: string, duration: number, timestamp: number, id: SpanId, parentId?: SpanId, attrs?: Object) => void; export declare let report: Reporter; export {};