UNPKG

@zendesk/retrace

Version:

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

6 lines (5 loc) 180 B
export declare function triggerLongTasks({ minTime, maxTime, totalClusterDuration, }: { minTime: number; maxTime: number; totalClusterDuration: number; }): () => void;