efcsydney/efcsydney-roster

View on GitHub
newrelic.js

Summary

Maintainability
A
0 mins
Test Coverage
const env = process.env.NODE_ENV;
if (env === 'production' || env === 'qa') {
  process.env.NEW_RELIC_HOME = `./config/newrelic/${env}`;
  require('newrelic');
}