UNPKG

@zendesk/retrace

Version:

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

9 lines (8 loc) 456 B
/** * Copyright Zendesk, Inc. * * Use of this source code is governed under the Apache License, Version 2.0 * found at http://www.apache.org/licenses/LICENSE-2.0. */ export declare const performanceMark: (name: string, markOptions?: PerformanceMarkOptions, realMark?: boolean) => PerformanceMark; export declare const performanceMeasure: (name: string, startMark: PerformanceEntry, endMark?: PerformanceEntry, detail?: unknown) => PerformanceMeasure;