UNPKG

vtex

Version:

The platform for e-commerce apps

8 lines (7 loc) 227 B
export declare class TraceConfig { static jaegerDebugID: string; static traceFlag: boolean; static setShouldTrace(): void; static setupTraceConfig(traceFlag: boolean): void; static shouldTrace(): boolean; }