-
Notifications
You must be signed in to change notification settings - Fork 166
Add front end logging for "Show password" clicks #6946
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4b44859
add event to track show password toggle
jmdembe 0c9c002
add pathname to trackEvent
jmdembe 3199f77
remove background analytics event
jmdembe 579569a
remove success from trackEvent
jmdembe 4e22cb9
add base url check???
jmdembe 05a4c80
remove console log, make sure to get path in window
jmdembe e897bc4
remove authentication requirement and update test
jmdembe 06b8a1e
add more context to show password event
jmdembe 6af5458
add show password button clicked to analytics and log
jmdembe 90fc27b
Merge branch 'main' into LG-6143-show-password-analytics
jmdembe 87648eb
nit: add space between events
jmdembe 643f9b5
fix lint error
jmdembe a6f79e3
fix lint error again
jmdembe 3b93847
Empty-Commit
jmdembe dab6968
try error fix again
jmdembe 88d6cfe
try to fix lint error again
jmdembe 1b65b27
Merge branch 'main' into LG-6143-show-password-analytics
jmdembe 28c81ec
try again with linter
jmdembe 5eed47b
write test for click event
jmdembe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This mapping is not working as expected, and the events are still being logged with the "Frontend:" prefix. I think it has to do with the difference in case, "Show Password Button Clicked" vs. "Show Password button clicked".