@zendesk/retrace
Version:
define and capture Product Operation Traces along with computed metrics with an optional friendly React beacon API
5 lines (4 loc) • 336 B
TypeScript
import type { Span } from '../spanTypes';
import { TraceManager } from '../TraceManager';
import type { RelationSchemasBase } from '../types';
export declare function processSpans<const RelationSchemasT extends RelationSchemasBase<RelationSchemasT>>(spans: Span<RelationSchemasT>[], traceManager: TraceManager<RelationSchemasT>): void;