fix Create Account metrics (#2242)
This commit is contained in:
parent
3e3a72a366
commit
7af4825911
3 changed files with 3 additions and 6 deletions
|
@ -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],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue