Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isToolContentLoggingEnabled
Function
isToolContentLoggingEnabled
src/utils/telemetry/sessionTracing.ts:738–740 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
736
}
737
738
function
isToolContentLoggingEnabled(): boolean {
739
return
isEnvTruthy(process.env.OTEL_LOG_TOOL_CONTENT)
740
}
741
742
/**
743
* Add a span event with tool content/output data.
Callers
1
addToolContentEvent
Function · 0.85
Calls
1
isEnvTruthy
Function · 0.85
Tested by
no test coverage detected