UNPKG

@grafana/faro-web-tracing

Version:
8 lines (7 loc) 513 B
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';