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
The New Relic agent already collects performance information for different segments in my app, thus it should be easy to add an option to the agent to inject the Server-Timing header(s) automatically.
Describe Alternatives
I can add the header myself, but that means I have to instrument all my code manually where as the NR agent already does it for me.
Is your feature request related to a problem? Please describe.
I want to implement https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing for my app
Feature Description
The New Relic agent already collects performance information for different segments in my app, thus it should be easy to add an option to the agent to inject the Server-Timing header(s) automatically.
Describe Alternatives
I can add the header myself, but that means I have to instrument all my code manually where as the NR agent already does it for me.
Additional context
Express middleware https://www.npmjs.com/package/server-timing
Priority
Really Want
The text was updated successfully, but these errors were encountered: