mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: sync groups in posthog
This commit is contained in:
parent
eb0b807a38
commit
a67c984e1a
6 changed files with 496 additions and 11 deletions
|
|
@ -174,3 +174,5 @@ class PostHogEvent(str, Enum):
|
|||
AGENT_EMBEDDED = "agent_embedded"
|
||||
SIGNED_UP = "signed_up"
|
||||
SIGNED_IN = "signed_in"
|
||||
ORGANIZATION_CREATED = "organization_created"
|
||||
ORGANIZATION_USER_ASSOCIATED = "organization_user_associated"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue