mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
disable newrelic
This commit is contained in:
parent
715dd28e24
commit
413a06c8d3
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ module.exports.setupConfig = function(){
|
|||
if (nconf.get('NODE_ENV') === "development")
|
||||
Error.stackTraceLimit = Infinity;
|
||||
if (nconf.get('NODE_ENV') === 'production')
|
||||
require('newrelic');
|
||||
//require('newrelic');
|
||||
|
||||
isProd = nconf.get('NODE_ENV') === 'production';
|
||||
baseUrl = nconf.get('BASE_URL');
|
||||
|
|
|
|||
Loading…
Reference in a new issue