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

Function track

packages/telemetry/src/index.ts:11–13  ·  view source on GitHub ↗
(event: string, properties: TelemetryPropertiesType = {})

Source from the content-addressed store, hash-verified

9import type { TelemetryContextIds, TelemetryClient } from './client';
10
11export function track(event: string, properties: TelemetryPropertiesType = {}): void {
12 trackEvent(event, properties);
13}
14
15export function setTelemetryContext(patch: TelemetryContextIds): void {
16 setContext(patch);

Callers 6

telemetry.test.tsFile · 0.90
runPromptFunction · 0.50
runShellFunction · 0.50
trackUpgradeEventFunction · 0.50
runServerInProcessFunction · 0.50
trackUpdateEventFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected