mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
33f809f036
PostHog dashboard inflates render counts (~10k) vs Temporal (~400) because CLI local renders and web app renders share the same `render_complete` event name with no way to filter them apart. Adds `source: "cli"` to all CLI telemetry events at the client level so dashboards can filter by `source = "web"` to show only production renders. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>