mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
feat: emit usage_concurrent_call_limit_reached PostHog event
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
6f977cf6d9
commit
6a48207999
5 changed files with 63 additions and 2 deletions
|
|
@ -200,3 +200,5 @@ class PostHogEvent(str, Enum):
|
|||
SIGNED_IN = "signed_in"
|
||||
ORGANIZATION_CREATED = "organization_created"
|
||||
ORGANIZATION_USER_ASSOCIATED = "organization_user_associated"
|
||||
# usage_* events track orgs hitting capacity/limit boundaries
|
||||
USAGE_CONCURRENT_CALL_LIMIT_REACHED = "usage_concurrent_call_limit_reached"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue