meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
src/renderer/index.js
|
|
@ -18,7 +18,7 @@ import App from 'components/App' |
|
|
|
import 'styles/global' |
|
|
|
|
|
|
|
if (__PROD__ && __SENTRY_URL__) { |
|
|
|
Raven.config(__SENTRY_URL__).install() |
|
|
|
Raven.config(__SENTRY_URL__, { allowSecretKey: true }).install() |
|
|
|
window.addEventListener('unhandledrejection', event => Raven.captureException(event.reason)) |
|
|
|
} |
|
|
|
|
|
|
|