MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / track

Method track

packages/agent-core/src/telemetry.ts:10–10  ·  view source on GitHub ↗
(event: string, properties?: TelemetryProperties)

Source from the content-addressed store, hash-verified

8
9export interface TelemetryClient {
10 track(event: string, properties?: TelemetryProperties): void;
11 withContext?(patch: TelemetryContextPatch): TelemetryClient;
12 setContext?(patch: TelemetryContextPatch): void;
13}

Callers 15

telemetry.test.tsFile · 0.65
trackFunction · 0.65
trackCrashFunction · 0.65
trackMethod · 0.65
trackSessionEventMethod · 0.65
trackSessionStartedMethod · 0.65
trackFunction · 0.65
executeQuestionMethod · 0.65
resolveExecutionMethod · 0.65
executionMethod · 0.65
executionMethod · 0.65
executionMethod · 0.65

Implementers 2

TelemetryClientpackages/telemetry/src/client.ts
ScopedTelemetryClientpackages/telemetry/src/client.ts

Calls

no outgoing calls

Tested by

no test coverage detected