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

Function getTracer

apps/sim/lib/core/telemetry.ts:72–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70let _tracer: ReturnType<typeof trace.getTracer> | null = null
71
72function getTracer() {
73 if (!_tracer) {
74 _tracer = trace.getTracer('sim-ai-platform', '1.0.0')
75 }
76 return _tracer
77}
78
79/**
80 * Map block types to OpenTelemetry span kinds and semantic conventions

Callers 4

traceBlockExecutionFunction · 0.70
trackPlatformEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected