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

Function getSpanId

src/utils/telemetry/sessionTracing.ts:81–83  ·  view source on GitHub ↗
(span: Span)

Source from the content-addressed store, hash-verified

79const SPAN_TTL_MS = 30 * 60 * 1000 // 30 minutes
80
81function getSpanId(span: Span): string {
82 return span.spanContext().spanId || ''
83}
84
85/**
86 * Lazily start a background interval that evicts orphaned spans from activeSpans.

Callers 13

startInteractionSpanFunction · 0.85
endInteractionSpanFunction · 0.85
startLLMRequestSpanFunction · 0.85
endLLMRequestSpanFunction · 0.85
startToolSpanFunction · 0.85
endToolBlockedOnUserSpanFunction · 0.85
startToolExecutionSpanFunction · 0.85
endToolExecutionSpanFunction · 0.85
endToolSpanFunction · 0.85
executeInSpanFunction · 0.85
startHookSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected