-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: track multi srp events #15618
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
base: main
Are you sure you want to change the base?
feat: track multi srp events #15618
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
bc28849
to
adeceb2
Compare
onPress={() => { | ||
trackEvent( | ||
createEventBuilder( | ||
MetaMetricsEvents.SECRET_RECOVERY_PHRASE_PICKER_CLICKED, |
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.
Should this be a another event for selecting a phrase from the picker? Reusing this event may show that the picker is used more than it really is.
518aef4
to
7eaa61d
Compare
|
Description
For our new screens on Multi SRP, we should add in new events to track the screens and choices users make.
The metrics we are trying to track are described in this document. I have included a screenshot of the events and flows below. Note, we will not be adding the
hd_entropy_index
in this change. That will be added in the following PR in order to reduce the scope of this PR.Related extension PRs:
New events:
Related issues
Resolves: https://consensyssoftware.atlassian.net/browse/MUL-116
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist