1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-25 12:52:33 +02:00
metamask-extension/ui/app/helpers
Mark Stacey 4505ab5f2b
Update error message for missing substitutions (#9541)
This updated error message shows the key of the message instead of the
message text itself, followed by the locale code.

This will make it easier to filter messages we want to ignore in
Sentry. Currently it's difficult to filter because the message is
radically different for each locale. With this change, we can add a
filter and use a glob for the last part to filter it for all locales.

It's still important to include the locale code in the message, so that
we can catch cases where the message has the wrong number of
substitutions for a specific locale.
2020-10-09 14:22:51 -02:30
..
constants Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
higher-order-components Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
utils Update error message for missing substitutions (#9541) 2020-10-09 14:22:51 -02:30