MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isEnhancedTelemetryEnabled

Function isEnhancedTelemetryEnabled

src/utils/telemetry/sessionTracing.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32let currentToolSpan: Span | null = null
33
34export function isEnhancedTelemetryEnabled(): boolean {
35 return false
36}
37
38export function startInteractionSpan(_userPrompt: string): Span {
39 const span = createNoopSpan()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected