Loopback 4 Instrumentation for the Node agent
Loopback 4 uses expressjs under the hood and mounts itself as request handler. It is the default handler irrespective of the URI. So understanding the correct API URL becomes difficult.
npm install newrelic-loopback4
// index.js
require('newrelic-loopback4')
- Correct path