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

Function trackInitTemplate

packages/cli/src/telemetry/events.ts:303–305  ·  view source on GitHub ↗
(templateId: string, props?: { tailwind?: boolean })

Source from the content-addressed store, hash-verified

301}
302
303export function trackInitTemplate(templateId: string, props?: { tailwind?: boolean }): void {
304 trackEvent("init_template", { template: templateId, tailwind: props?.tailwind });
305}
306
307export function trackBrowserInstall(): void {
308 trackEvent("browser_install", {});

Callers 1

runFunction · 0.85

Calls 1

trackEventFunction · 0.70

Tested by

no test coverage detected