Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Instrumentation] Signin #7742

Merged
merged 2 commits into from
Feb 14, 2025
Merged

[Instrumentation] Signin #7742

merged 2 commits into from
Feb 14, 2025

Conversation

mozzius
Copy link
Member

@mozzius mozzius commented Feb 14, 2025

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.

Screenshot 2025-02-14 at 15 50 11

Copy link

github-actions bot commented Feb 14, 2025

Old size New size Diff
7.02 MB 7.02 MB 968 B (0.01%)

@mozzius mozzius marked this pull request as ready for review February 14, 2025 15:52
Copy link
Contributor

@haileyok haileyok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Comment on lines +112 to +113
const onAttemptFailed = () => {
failedAttemptCountRef.current += 1
Copy link
Contributor

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

Copy link
Member Author

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

@arcalinea arcalinea temporarily deployed to samuel/instrument-login - social-app PR #7742 February 14, 2025 19:47 — with Render Destroyed
@mozzius mozzius merged commit d793abf into main Feb 14, 2025
7 checks passed
@mozzius mozzius deleted the samuel/instrument-login branch February 14, 2025 19:52
estrattonbailey added a commit that referenced this pull request Feb 17, 2025
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants