@grafana/faro-web-tracing
Version:
Faro web tracing implementation.
7 lines • 459 B
JavaScript
export { FaroTraceExporter } from './faroTraceExporter';
export { FaroSessionSpanProcessor } from './sessionSpanProcessor';
export { getDefaultOTELInstrumentations } from './getDefaultOTELInstrumentations';
export { TracingInstrumentation } from './instrumentation';
export { getSamplingDecision } from './sampler';
export { setSpanStatusOnFetchError, fetchCustomAttributeFunctionWithDefaults } from './instrumentationUtils';
//# sourceMappingURL=index.js.map