UNPKG

@zendesk/retrace

Version:

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

5 lines (4 loc) 213 B
export const getPerformanceEntryHash = ( performanceEntry: PerformanceEntry, ): string => `${performanceEntry.entryType}\n${performanceEntry.name}\n${performanceEntry.startTime}\n${performanceEntry.duration}`