()
| 209 | // installs the real TracerProvider; resolving per call avoids a |
| 210 | // cached NoOpTracer silently disabling OTel. |
| 211 | export function getCopilotTracer() { |
| 212 | return trace.getTracer('sim-ai-platform', '1.0.0') |
| 213 | } |
| 214 | |
| 215 | function getTracer() { |
| 216 | return getCopilotTracer() |
no outgoing calls
no test coverage detected