Implemented the billing additions

This commit is contained in:
Ishaan Gupta 2026-05-23 13:47:15 +05:30
parent ed809b26f9
commit 7faecfff36
2 changed files with 762 additions and 464 deletions

File diff suppressed because it is too large Load diff

View file

@ -151,7 +151,7 @@ export const analytics = {
// settings / spaces / docs analytics
settingsTabChanged: (props: {
tab: "account" | "integrations" | "connections" | "support"
tab: "account" | "billing" | "integrations" | "connections" | "support"
}) => safeCapture("settings_tab_changed", props),
spaceCreated: () => safeCapture("space_created"),