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