@zendesk/retrace
Version:
define and capture Product Operation Traces along with computed metrics with an optional friendly React beacon API
6 lines • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPerformanceEntryHash = void 0;
const getPerformanceEntryHash = (performanceEntry) => `${performanceEntry.entryType}\n${performanceEntry.name}\n${performanceEntry.startTime}\n${performanceEntry.duration}`;
exports.getPerformanceEntryHash = getPerformanceEntryHash;
//# sourceMappingURL=getPerformanceEntryHash.js.map