1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey fd2e02274a
Catch gas estimate errors (#9025)
There were two cases where bad gas estimate data was resulting in
crashes. These two places have been wrapped in a `try ... catch` to
handle the absence of gas estimate data.

The errors are still reported to Sentry so that we can track down the
root cause of this corrupted gas estimate data at some point in the
future. We plan on adding additional context to Sentry soon that should
help with this.

Fixes #8992
2020-07-16 20:29:22 -03:00
..
components Catch gas estimate errors (#9025) 2020-07-16 20:29:22 -03:00
contexts Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
css Deprecate itcss (#9005) 2020-07-16 15:14:07 -05:00
ducks Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
helpers Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
hooks Catch gas estimate errors (#9025) 2020-07-16 20:29:22 -03:00
pages Skip render when home page is closing or redirecting (#9012) 2020-07-16 15:23:07 -03:00
selectors Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
store Hide loading indication after personal_sign (#9006) 2020-07-15 22:12:56 -03:00