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

Class

src/utils/telemetry/instrumentation.ts:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71const DEFAULT_TRACES_EXPORT_INTERVAL_MS = 5000
72
73class TelemetryTimeoutError extends Error {}
74
75function telemetryTimeout(ms: number, message: string): Promise<never> {
76 return new Promise((_, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected