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 560be4b4e3
Add top-level error page (#7889)
Any error caught during a React component render or lifecycle method
will now be caught by the top-level error boundary, which shows the
user this new error page. The error page will display a simple error
message, and will show the details of the error in a collapsible
section.

The caught error is also reported to Sentry.

In development the error will be re-thrown to make it easier to see on
the console, but it is not re-thrown in production.
2020-01-24 17:11:02 -04:00
..
components Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
css Make account details modal close button easier to click (#7797) 2020-01-10 10:43:53 -04:00
ducks Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
helpers Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
pages Add top-level error page (#7889) 2020-01-24 17:11:02 -04:00
selectors Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
store Change "Log In/Out" terminology to "Unlock/Lock" (#7853) 2020-01-21 14:09:53 -08:00