mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
Implemented the billing additions
This commit is contained in:
parent
ed809b26f9
commit
7faecfff36
2 changed files with 762 additions and 464 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue