MCPcopy 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
738function 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

addToolContentEventFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected