aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/background.js
diff options
context:
space:
mode:
authorJenny Pollack <jennypollack3@gmail.com>2018-07-19 23:58:59 +0800
committerGitHub <noreply@github.com>2018-07-19 23:58:59 +0800
commitae811628d96f3f678eb592221256b1f5770b7111 (patch)
tree293612472f13bec3bdf41f1227ca6e9b86f9921e /app/scripts/background.js
parent6d04c80302736133b0e741aa51719d0802cd8a2f (diff)
parent16fc7efef17aa9579f6b7ac8fe33026511301f20 (diff)
downloadtangerine-wallet-browser-ae811628d96f3f678eb592221256b1f5770b7111.tar.gz
tangerine-wallet-browser-ae811628d96f3f678eb592221256b1f5770b7111.tar.zst
tangerine-wallet-browser-ae811628d96f3f678eb592221256b1f5770b7111.zip
Merge pull request #4833 from MetaMask/brave-flag-sentry
sentry - add detection for Brave Browser
Diffstat (limited to 'app/scripts/background.js')
-rw-r--r--app/scripts/background.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js
index 1479d9f72..e07b6b38a 100644
--- a/app/scripts/background.js
+++ b/app/scripts/background.js
@@ -44,8 +44,8 @@ const notificationManager = new NotificationManager()
global.METAMASK_NOTIFIER = notificationManager
// setup sentry error reporting
-const release = platform.getVersion()
-const raven = setupRaven({ release })
+const releaseVersion = platform.getVersion()
+const raven = setupRaven({ releaseVersion })
// browser check if it is Edge - https://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser
// Internet Explorer 6-11