UNPKG

next

Version:

The React Framework

10 lines (9 loc) 279 B
export declare enum TARGET { CONSOLE = "CONSOLE", ZIPKIN = "ZIPKIN", JAEGER = "JAEGER", TELEMETRY = "TELEMETRY" } export declare type SpanId = string; export declare const traceGlobals: Map<any, any>; export declare const setGlobal: (key: any, val: any) => void;