Remove new-relic
This commit is contained in:
3
app.js
3
app.js
@ -1,6 +1,3 @@
|
||||
if (process.env.NODE_ENV !== 'development') {
|
||||
require('newrelic');
|
||||
}
|
||||
require('dotenv').load();
|
||||
// handle uncaught exceptions. Forever will restart process on shutdown
|
||||
process.on('uncaughtException', function (err) {
|
||||
|
@ -50,7 +50,6 @@
|
||||
"mongoose": "~4.0.1",
|
||||
"mongoose-long": "0.0.2",
|
||||
"morgan": "~1.5.0",
|
||||
"newrelic": "~1.13.3",
|
||||
"nodemailer": "~1.3.0",
|
||||
"passport": "~0.2.1",
|
||||
"passport-facebook": "~1.0.3",
|
||||
|
Reference in New Issue
Block a user