Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
export
function
trackCommand(command: string): void {
97
trackEvent(
"cli_command"
, { command });
98
}
99
100
export
function
trackRenderComplete(
101
props: {
Callers
nothing calls this directly
Calls
1
trackEvent
Function · 0.70
Tested by
no test coverage detected