MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/telemetry/logger.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { logForDebugging } from '../debug.js'
3import { logError } from '../log.js'
4export class ClaudeCodeDiagLogger implements DiagLogger {
5 error(message: string, ..._: unknown[]) {
6 logError(new Error(message))
7 logForDebugging(`[3P telemetry] OTEL diag error: ${message}`, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected