-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Instrumentation] Signin #7742
[Instrumentation] Signin #7742
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
const onAttemptFailed = () => { | ||
failedAttemptCountRef.current += 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason to not use state here? just curious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no not particularly, I just thought non-render-affecting stuff sounded ref-y
* origin/main: Make Android app start faster by disabling JS bundle compression (#7751) Nightly source-language update Update tests Screen for searching user's posts (#7622) Add translations missed in last PR (#7748) 1.98 release: Pull latest from crowdin (#7746) [Instrumentation] Signin (#7742) Reenable router events (#7735) Nightly source-language update Bitdrift integration (#7728) Use effective filtering for feeds (#7736) Update PostInteractionSettingsDialog.tsx (#7726)
Adds the following new events
signin:hostingProviderPressed
signin:hostingProviderFailedResolution
signin:success
signin:backPressed
signin:forgotPasswordPressed
signin:passwordReset
signin:passwordResetSuccess
signin:passwordResetFailure
Test plan
Filter console logs for
signin:
, observe the logs happening. Check they look correct.