feat(analytics): add Plausible custom event VOICE_MEMO_TRANSCRIBED with status and mode properties

This commit is contained in:
2026-06-06 11:51:07 +02:00
parent ac7e7c92d1
commit b1e17be7fd
4 changed files with 21 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ export const PlausibleEvents = {
LIVE_LOG_OPENED: 'Live Log Opened',
LIVE_LOG_EVENT_LOGGED: 'Live Log Event Logged',
VOICE_MEMO_UPLOADED: 'Voice Memo Uploaded',
VOICE_MEMO_TRANSCRIBED: 'Voice Memo Transcribed',
OWM_WEATHER_FETCHED: 'OWM Weather Fetched',
AI_SUMMARY_GENERATED: 'AI Summary Generated',
PWA_BOOT_WATCHDOG_SOFT: 'PWA Boot Watchdog Soft',