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

Function getTracer

apps/sim/lib/copilot/request/go/fetch.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// Next.js 16 + Turbopack dev, freezing a NoOp tracer and silently dropping
10// every outbound Sim → Go span. Resolving per-call avoids the race.
11const getTracer = () => trace.getTracer('sim-copilot-http', '1.0.0')
12
13interface OutboundFetchOptions extends RequestInit {
14 otelContext?: Context

Callers 1

fetchGoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected