-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix analytics try catch #2546
Fix analytics try catch #2546
Conversation
CHANGELOG.md
Outdated
@@ -1,6 +1,8 @@ | |||
# Changelog | |||
|
|||
## Current Develop Branch |
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.
the version is missing 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.
v2.2.0 - Apr 21 2021
maybe
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.
Thanks!!
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.
🚀
…tch-1 * 'develop' of github.com:MetaMask/metamask-mobile: (51 commits) Feature/confusables (MetaMask#2464) fix typeface on login text field (MetaMask#2610) Replace controller context (MetaMask#2416) Fix adding custom token in custom network (MetaMask#2590) only add custom tokens if not in mainnet (MetaMask#2470) Address yarn lints (MetaMask#2524) Upgrade .nvmrc to node v14 (MetaMask#2588) Swaps: Add cache thresholds configuration (MetaMask#2514) Swaps: BSC Support (MetaMask#2468) Use node 14 (MetaMask#2539) resolve isENS without case sensitivity (MetaMask#2545) (MetaMask#2568) Revert "resolve isENS without case sensitivity (MetaMask#2545)" (MetaMask#2566) resolve isENS without case sensitivity (MetaMask#2545) Bump versioncode (MetaMask#2558) v2.2.0 (MetaMask#2555) Include decimalsToShow in balanceToFiatNumber (MetaMask#2547) Bug fix/sync import time (MetaMask#2554) bundle update (MetaMask#2549) Fix analytics try catch (MetaMask#2546) Only get nonce from the network if the feature is enabled (MetaMask#2543) ...
* Fix analytics try catch * Move analytics on watch asset to line below * Update changelog and bump version * Fix version on changelog * Mock InteractionManager
Description
Fixes try catch on analytics log.
Checklist
Issue
Resolves #???