aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/setupSentry.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-11-17 08:54:55 +0800
committerFrankie <frankie.diamond@gmail.com>2018-11-17 08:54:55 +0800
commit1988e1e96b09a47ad5428083bb2ed38cb2d7e0a8 (patch)
treeb86a7ebbafd300151f12816c19999bb890ebe034 /app/scripts/lib/setupSentry.js
parentce147bf6d8431f4f0cb5b4de46a5af9628b3e9e2 (diff)
downloadtangerine-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.js2
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)