| 1 | import { OTLPTraceExporter as ProtoOTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-proto' |
| 2 | import { getPhoenixTracer, AnalyticHandler } from './handler' |
| 3 | import { resetTracingEnvCache } from './tracingEnv' |
| 4 |
nothing calls this directly
no test coverage detected