newrelic-experimental / newrelic-nextjs-integration

NewRelic Browser and APM agent NextJs integration (front and back-end respectively)
Apache License 2.0
28 stars 22 forks source link

Example references non-existent file #20

Closed kevburnsjr closed 5 months ago

kevburnsjr commented 1 year ago

newrelic.js contains a comment at the top that reads:

/**
 * New Relic agent configuration.
 *
 * See lib/config/default.js in the agent distribution for a more complete
 * description of configuration variables and their potential values.
 */

However, neither this repository nor the agent repository contains this file.
Where is the config documentation?

MariusOttersen commented 11 months ago

You will find it in your local node_modules folder: node_modules/newrelic/lib/config/default.js