18F/analytics-reporter-api

View on GitHub
newrelic.js

Summary

Maintainability
A
0 mins
Test Coverage
exports.config = {
  app_name: [process.env.NEW_RELIC_APP_NAME],
  license_key: process.env.NEW_RELIC_LICENSE_KEY,
  logging: {
    level: "info",
  },
};