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

Function isAnyTracingEnabled

src/utils/telemetry/sessionTracing.ts:148–150  ·  view source on GitHub ↗

* Check if any tracing is enabled (either standard enhanced telemetry OR beta tracing)

()

Source from the content-addressed store, hash-verified

146 * Check if any tracing is enabled (either standard enhanced telemetry OR beta tracing)
147 */
148function isAnyTracingEnabled(): boolean {
149 return isEnhancedTelemetryEnabled() || isBetaTracingEnabled()
150}
151
152function getTracer() {
153 return trace.getTracer('com.anthropic.claude_code.tracing', '1.0.0')

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
addToolContentEventFunction · 0.85
getCurrentSpanFunction · 0.85

Calls 2

isBetaTracingEnabledFunction · 0.85

Tested by

no test coverage detected