Configuration

Environment Variables

NEW_RELIC_APP_NAME=<YourNewRelicAppName>
NEW_RELIC_LICENSE_KEY=<YourNewRelicLicenseKey>
NEW_RELIC_ENABLED=true
  • NEW_RELIC_APP_NAME: it refers to the name of your application to be able to identify it in the New Relic dashboard.

  • NEW_RELIC_LICENSE_KEY: you must obtain this value from your New Relic dashboard.

New Relic - Dashboard
  • NEW_RELIC_ENABLED: this variable is used if you want to turn on or off New Relic in your backend.

In the src/newrelic.ts file is the configuration you use for New Relic:

Last updated

Was this helpful?