UNPKG

datadog-ux-utils

Version:

Datadog RUM focused UX & performance toolkit: API guards (retry, breaker, rate), React telemetry (error boundary, profiler, Suspense), web vitals & resource observers, offline queues.

9 lines 274 B
/** * Starts observing long tasks and reports them to Datadog RUM if enabled. */ export declare const startLongTaskObserver: () => void; /** * Stops the long task observer. */ export declare const stopLongTaskObserver: () => void; //# sourceMappingURL=longTasks.d.ts.map