You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(telemetry): add CI event tracking for binary downloads and repo clones (#331)
Add a shared shell helper (scripts/ci/track-event.sh) that sends PostHog
events for tracking internal formae binary downloads and repo clones.
Gated on POSTHOG_API_KEY env var — silently no-ops when unset.
Wire it into the Makefile fetch-external-plugins target to track plugin
repo clones.
0 commit comments