mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 01:21:24 +02:00
feat(analytics): add Umami event tracking utilities
- Add comprehensive analytics.ts with type-safe event tracking - Include app-specific event helpers (Auth, Landing, Chat, Picture, Todo, Calendar, Clock, Contacts, ManaDeck, Subscription, App events) - Export from shared-utils package - Add complete documentation in docs/ANALYTICS.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
634bb97e83
commit
b8a84edfe0
3 changed files with 613 additions and 0 deletions
|
|
@ -25,3 +25,6 @@ export * from './cache';
|
|||
|
||||
// Natural Language Parsers
|
||||
export * from './parsers';
|
||||
|
||||
// Umami Analytics
|
||||
export * from './analytics';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue