chore(opbeat): Remove opbeat react logging (#17173)

This commit is contained in:
mrugesh mohapatra
2018-05-16 19:52:43 +05:30
committed by Stuart Taylor
parent 73526a665f
commit 0271e78a1d
8 changed files with 4 additions and 109 deletions

View File

@@ -53,9 +53,7 @@ module.exports = {
plugins: [
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify(__DEV__ ? 'development' : 'production'),
__OPBEAT__ORG_ID: JSON.stringify(process.env.OPBEAT_FRONTEND_ORG_ID),
__OPBEAT__APP_ID: JSON.stringify(process.env.OPBEAT_FRONTEND_APP_ID)
NODE_ENV: JSON.stringify(__DEV__ ? 'development' : 'production')
},
__DEVTOOLS__: !__DEV__
}),