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/utils
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
..
common.util.js Fix no-shadow issues (#9246) 2020-08-18 14:06:45 -02:30
common.util.test.js Fix import/order issues (#9239) 2020-08-18 16:48:25 -02:30
confirm-tx.util.js roundExponential: add docstring, remove unnecessary cast 2020-09-08 21:28:24 -07:00
confirm-tx.util.test.js Fix import/order issues (#9239) 2020-08-18 16:48:25 -02:30
conversion-util.js Fix prefer-destructuring issues (#9263) 2020-08-18 17:36:58 -02:30
conversion-util.test.js Fix import/order issues (#9239) 2020-08-18 16:48:25 -02:30
conversions.util.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
conversions.util.test.js Convert ConfirmTokenTransactionBase to functional component (#9373) 2020-09-09 22:00:04 -07:00
fetch-with-cache.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
fetch-with-cache.test.js
formatters.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
gas-time-estimates.util.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
i18n-helper.js Update error message for missing substitutions (#9541) 2020-10-09 14:22:51 -02:30
i18n-helper.test.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
metametrics.util.js add segment implementation of metametrics (#9382) 2020-09-14 12:04:05 -05:00
switch-direction.js Fix no-param-reassign issues (#9235) 2020-08-15 09:28:11 -02:30
token-util.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
transactions.util.js Remove unnecessary functions (#9458) 2020-09-24 11:42:56 -05:00
transactions.util.test.js Replace abi-decoder with ethers (#9290) 2020-08-21 19:29:19 -07:00
util.js Check specified chain ID against endpoint return value (#9491) 2020-10-07 11:58:22 -02:30
util.test.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30