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

Function getAsyncRunsTracer

apps/sim/lib/copilot/async-runs/repository.ts:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// before NodeSDK installs the global TracerProvider (Next.js 16/Turbopack
26// can evaluate modules before instrumentation-node.ts finishes).
27const getAsyncRunsTracer = () => trace.getTracer('sim-copilot-async-runs', '1.0.0')
28
29// Wrap an async DB op in a client-kind span with canonical `db.*` attrs.
30// Cancellation is routed through `markSpanForError` so aborts record the

Callers 1

withDbSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected