[Instrumentation] Signin (#7742)

* first pass at instrumenting login

* round time taken
This commit is contained in:
Samuel Newman
2025-02-14 19:52:53 +00:00
committed by GitHub
parent 11616846ca
commit d793abf8cd
5 changed files with 85 additions and 26 deletions
+16
View File
@@ -51,6 +51,22 @@ export type LogEvents = {
}
'signup:captchaSuccess': {}
'signup:captchaFailure': {}
'signin:hostingProviderPressed': {
hostingProviderDidChange: boolean
}
'signin:hostingProviderFailedResolution': {}
'signin:success': {
failedAttemptsCount: number
isUsingCustomProvider: boolean
timeTakenSeconds: number
}
'signin:backPressed': {
failedAttemptsCount: number
}
'signin:forgotPasswordPressed': {}
'signin:passwordReset': {}
'signin:passwordResetSuccess': {}
'signin:passwordResetFailure': {}
'onboarding:interests:nextPressed': {
selectedInterests: string[]
selectedInterestsLength: number