UNPKG

@zendesk/retrace

Version:

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

3 lines (2 loc) 134 B
import type { Span } from './spanTypes'; export declare const getSpanKey: <RelationSchemasT>(span: Span<RelationSchemasT>) => string;