You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are transitioning away from using the GitHub issue tracker for support of the Node.js Agent. Instead, please go to http://support.newrelic.com. You will have a better experience through our support portal than we have been able to provide here on GitHub.
We appreciate your understanding as we undergo this transition.
as mentioned here
https://docs.newrelic.com/docs/features/request-queue-server-configuration-examples
i should configure
nginx
proxy_set_header X-Request-Start "t=${msec}";
but the node module can't handle a string but expects a number.
The text was updated successfully, but these errors were encountered: