Hello all,
I am having some issues with instrumenting EUM on my ASP.NET application. For one, automatic injection is not working. So we have tried manual injection but I can not find a place to add this. I tried adding the reference to the JS file in one of our CSHTML files but it never picked up any metrics.
Has anyone run into this before?
Thanks
Hi,
For Automatic injection to work application should meet following requirement
Following document outlines the supported environment
For manual injection can you confirm if the required JS file (adrum.js) is getting loaded into the application (verify using Chrome Developer tools). Also verify adrum-ext.js file is downloaded
I suppose you have already followed steps outlined in https://docs.appdynamics.com/display/PRO41/Manual+Injection#ManualInjection-InjecttheJavaScriptAgent...