#182 — Add Posthog tracking to UI
Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: raymondehizoba
Created: 2024-12-26 · Updated: 2025-05-07
Description
See implementation details in wiki
AC:
-
config.jsonhas the following new fields:
},
"posthog": {
"host": string,
"key": string
},
"environment": string,
"version": string
}
- A decision has been made about whether events are trackable in front/back or both and it has been noted in the wiki
- Code has been added to track the events that correspond to the frontend. Users should be identified via email + environment (see https://github.com/Twill-AI/twill-iac/issues/53)
-
Session replay has been enabled for all external users.Separated into https://github.com/Twill-AI/twill-ai-ui/issues/246
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets