UNPKG

@zendesk/retrace

Version:

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

7 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSpanKey = void 0; /** used for calculating span occurrence number */ const getSpanKey = (span) => `${span.type}|${span.name}`; exports.getSpanKey = getSpanKey; //# sourceMappingURL=getSpanKey.js.map