Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
152
function
getTracer() {
153
return
trace.getTracer(
'com.anthropic.claude_code.tracing'
,
'1.0.0'
)
154
}
155
156
function
createSpanAttributes(
157
spanType: SpanType,
Callers
7
startInteractionSpan
Function · 0.85
startLLMRequestSpan
Function · 0.85
startToolSpan
Function · 0.85
startToolBlockedOnUserSpan
Function · 0.85
startToolExecutionSpan
Function · 0.85
executeInSpan
Function · 0.85
startHookSpan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected