MCPcopy Index your code
hub / github.com/simstudioai/sim / getCopilotTracer

Function getCopilotTracer

apps/sim/lib/copilot/request/otel.ts:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

stampSseReadLoopSpanFunction · 0.90
route.tsFile · 0.90
getTracerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected