UNPKG

@zendesk/retrace

Version:

define and capture Product Operation Traces along with computed metrics with an optional friendly React beacon API

8 lines (7 loc) 239 B
export interface TimelineOptions { scale?: number; width?: number; startTime?: number; gapThreshold?: number; } export declare function generateAsciiTimeline(entries: PerformanceEntry[], options?: TimelineOptions): string;