Hi, We have 2 node.js application servers. I would like to configure end user experience for node.js application, I can see the option for injecting the adrum.js into html via web javascript Instrumentation option, but I am not where to embed below in javascript files.
<script>window['adrum-start-time'] = new Date().getTime();</script><script src="/adrum.js"></script>
This agent line goes in the header, right after the <head> tag and any <meta> tags, of the pages that you want to monitor. If your page has <meta> tags, place them right after the <head> tag and then add the agent line.
This topic in the docs has more information and examples: