Browse Source
Merge pull request #5 from gre/polish
should fix Sentry to work in prod
master
NastiaS
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
webpack/plugins.js
|
|
@ -12,7 +12,7 @@ module.exports = type => { |
|
|
|
__GLOBAL_STYLES__: JSON.stringify(__GLOBAL_STYLES__), |
|
|
|
__DEV__, |
|
|
|
__PROD__, |
|
|
|
__SENTRY_URL__: SENTRY_URL, |
|
|
|
__SENTRY_URL__: JSON.stringify(SENTRY_URL || null), |
|
|
|
'process.env.NODE_ENV': JSON.stringify(__ENV__), |
|
|
|
}), |
|
|
|
] |
|
|
|