diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-11-17 08:54:55 +0800 |
---|---|---|
committer | Frankie <frankie.diamond@gmail.com> | 2018-11-17 08:54:55 +0800 |
commit | 1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8 (patch) | |
tree | b86a7ebbafd300151f12816c19999bb890ebe034 /app/scripts/lib/setupSentry.js | |
parent | ce147bf6d8431f4f0cb5b4de46a5af9628b3e9e2 (diff) | |
download | tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.tar tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.tar.gz tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.tar.bz2 tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.tar.lz tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.tar.xz tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.tar.zst tangerine-wallet-browser-1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8.zip |
ESLint fixes (#5775)
* eslint . --fix
* Upgrade all ESLint warnings to errors
Diffstat (limited to 'app/scripts/lib/setupSentry.js')
-rw-r--r-- | app/scripts/lib/setupSentry.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/setupSentry.js b/app/scripts/lib/setupSentry.js index 69042bc19..ba0e17df0 100644 --- a/app/scripts/lib/setupSentry.js +++ b/app/scripts/lib/setupSentry.js @@ -32,7 +32,7 @@ function setupSentry (opts) { scope.setExtra('isBrave', isBrave) }) - function rewriteReport(report) { + function rewriteReport (report) { try { // simplify certain complex error messages (e.g. Ethjs) simplifyErrorMessages(report) |