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

Function trackRenderPreflightRejected

packages/cli/src/telemetry/events.ts:316–318  ·  view source on GitHub ↗
(props: { kind: OutputResolutionIssueKind })

Source from the content-addressed store, hash-verified

314// `OutputResolutionIssueKind` (aspect-mismatch / alpha-incompatible / etc.),
315// typed to the union so the metric can never carry free text.
316export function trackRenderPreflightRejected(props: { kind: OutputResolutionIssueKind }): void {
317 trackEvent("render_preflight_rejected", { kind: props.kind });
318}
319
320export function trackCliError(props: {
321 error_name: string;

Callers 2

events.test.tsFile · 0.85
runFunction · 0.85

Calls 1

trackEventFunction · 0.70

Tested by

no test coverage detected