Feature:
Make newrelic public npm package available to Auth0’s npm registry
Description:
I would like to use newrelic
package in my actions and DB action scripts in order to emit custom metrics to increase observability. Currently newrelic
npm package is not available in Auth0’s registry when doing require('newrelic')
in the code nor does Auth0 have a New Relic extension.
Use-case:
By exposing newrelic
npm package we will be able to collect custom metrics sent from the action and be able to better monitor them and alert when needed.