feat: add posthog signup and signin events, enable backend posthog events for oss version (#249)

This commit is contained in:
Sabiha Khan 2026-04-24 12:02:52 +05:30 committed by GitHub
parent 9298116887
commit f7c1f63e1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 82 additions and 35 deletions

View file

@ -8,6 +8,7 @@ export const PostHogEvent = {
RECORDING_PLAYED: "recording_played",
TRANSCRIPT_VIEWED: "transcript_viewed",
WEB_CALL_INITIATED: "web_call_initiated",
SIGNED_IN: "signed_in",
GITHUB_STAR_CLICKED: "github_star_clicked",
SLACK_COMMUNITY_CLICKED: "slack_community_clicked",
} as const;