MCPcopy Create free account
hub / github.com/anus-dev/ANUS / isTelemetrySdkInitialized

Function isTelemetrySdkInitialized

packages/core/src/telemetry/sdk.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46let telemetryInitialized = false;
47
48export function isTelemetrySdkInitialized(): boolean {
49 return telemetryInitialized;
50}
51
52function parseOtlpEndpoint(
53 otlpEndpointSetting: string | undefined,

Callers 14

telemetry.test.tsFile · 0.85
logCliConfigurationFunction · 0.85
logUserPromptFunction · 0.85
logToolCallFunction · 0.85
logApiRequestFunction · 0.85
logFlashFallbackFunction · 0.85
logApiErrorFunction · 0.85
logApiResponseFunction · 0.85
logLoopDetectedFunction · 0.85
logNextSpeakerCheckFunction · 0.85
logSlashCommandFunction · 0.85
logIdeConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected