fix Create Account metrics (#2242)

This commit is contained in:
Ansh
2023-12-19 03:54:06 +05:30
committed by GitHub
parent 3e3a72a366
commit 7af4825911
3 changed files with 3 additions and 6 deletions
+2
View File
@@ -189,6 +189,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
},
logger.DebugContext.session,
)
track('Try Create Account')
const agent = new BskyAgent({service})
@@ -231,6 +232,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
},
logger.DebugContext.session,
)
track('Create Account')
},
[upsertAccount, queryClient],
)