MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getTracer

Function getTracer

src/utils/telemetry/sessionTracing.ts:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152function getTracer() {
153 return trace.getTracer('com.anthropic.claude_code.tracing', '1.0.0')
154}
155
156function createSpanAttributes(
157 spanType: SpanType,

Callers 7

startInteractionSpanFunction · 0.85
startLLMRequestSpanFunction · 0.85
startToolSpanFunction · 0.85
startToolExecutionSpanFunction · 0.85
executeInSpanFunction · 0.85
startHookSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected