UNPKG

200 BTypeScriptView Raw
1declare const reportToConsole: (spanName: string, duration: number, _timestamp: number, id: string, parentId?: string | undefined, attrs?: Object | undefined) => void;
2export default reportToConsole;