@grafana/faro-web-tracing
Version:
Faro web tracing implementation.
8 lines (7 loc) • 513 B
TypeScript
export { FaroTraceExporter } from './faroTraceExporter';
export { FaroSessionSpanProcessor } from './sessionSpanProcessor';
export { getDefaultOTELInstrumentations } from './getDefaultOTELInstrumentations';
export { TracingInstrumentation } from './instrumentation';
export { getSamplingDecision } from './sampler';
export type { FaroTraceExporterConfig, TracingInstrumentationOptions } from './types';
export { setSpanStatusOnFetchError, fetchCustomAttributeFunctionWithDefaults } from './instrumentationUtils';