MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / trackCommand

Function trackCommand

packages/cli/src/telemetry/events.ts:96–98  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

94}
95
96export function trackCommand(command: string): void {
97 trackEvent("cli_command", { command });
98}
99
100export function trackRenderComplete(
101 props: {

Callers

nothing calls this directly

Calls 1

trackEventFunction · 0.70

Tested by

no test coverage detected