UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

6 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSpanKey = void 0; const getSpanKey = (span) => `${span.type}|${span.name}`; exports.getSpanKey = getSpanKey; //# sourceMappingURL=getSpanKey.js.map