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

Function getTracer

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

Source from the content-addressed store, hash-verified

213}
214
215function getTracer() {
216 return getCopilotTracer()
217}
218
219// Wrap an inbound handler that Go called into so its span parents
220// under the Go-side trace (via `traceparent`).

Callers 5

withIncomingGoSpanFunction · 0.70
withCopilotSpanFunction · 0.70
withCopilotToolSpanFunction · 0.70
startCopilotOtelRootFunction · 0.70
withCopilotOtelContextFunction · 0.70

Calls 1

getCopilotTracerFunction · 0.85

Tested by

no test coverage detected