aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/setupSentry.js
diff options
context:
space:
mode:
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)