aboutsummaryrefslogtreecommitdiff
path: root/src/lib/analytics.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(analytics): track umami events across core actionsFuwn3 days1-0/+11
Add a guarded track() wrapper (src/lib/analytics.ts) so programmatic events no-op instead of throwing when umami is absent (localhost), lazily loaded, or ad-blocked. Instrument the core loop (progress increment, roulette, list filter, force refresh), the auth funnel (log in/out, command palette), settings toggles/selects at the wrapper level, sync/debug/feed actions, and tool/sharing actions.