-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
chore: Add currency conversion telemetry #26876
Merged
gambinish
merged 22 commits into
develop
from
chore/mmassets-344_add-telemetry-currency-conversion
Sep 17, 2024
Merged
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
55820b6
Add currency conversion telemetry
gambinish b01a18b
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 9257eed
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish ff30288
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish cebe1a7
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 7e8cf3e
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 79ab492
Add CurrentCurrency to UserTraits object
gambinish 2f9f3f0
Cleanup
gambinish 485f8c6
Update token scam warning with new messaging and expected token value
gambinish 2d7e19d
Remove MATIC token collision warning
gambinish 9a4bc17
Remove MATIC chain collision constant
gambinish 61f2e91
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish d2b0128
Revert locale string change
gambinish d9c1673
Merge branch 'chore/mmassets-344_add-telemetry-currency-conversion' o…
gambinish f72dc26
Revert changes from bugfix
gambinish cdaef25
Revert bugfix unit test
gambinish 0add1f3
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 87fa73a
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish b0f0642
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 0bbaec6
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 575ad4a
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish a2a83b4
Merge branch 'develop' into chore/mmassets-344_add-telemetry-currency…
gambinish 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 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 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.
Wondering if there is a reason why we are using
sensitiveProperties
instead ofproperties
here?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.
Will change! Doesn't need to be sensitive. Also needs to be added to the user object anyway 👍
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.
Updated! I also added the trait to
MetaMetricsUserTrait
to get added to the user, which is what we want to track (not how many times the toggle was clicked)