feat(core): track signin failed reason (#8746)

fix AF-1568
This commit is contained in:
forehalo
2024-11-08 10:34:15 +00:00
parent 02dbe135d4
commit 1a1041712f
4 changed files with 41 additions and 16 deletions

View File

@@ -382,7 +382,7 @@ export type EventArgs = {
createWorkspace: { flavour: string };
signIn: AuthArgs;
signedIn: AuthArgs;
signInFail: AuthArgs;
signInFail: AuthArgs & { reason: string };
viewPlans: PaymentEventArgs;
checkout: PaymentEventArgs;
subscribe: PaymentEventArgs;