How do we link a particular "EUM--> Browser Snapshot" record to particular "Business Transation" record or "Business Transaction --> Transaction Snapshot" accurately ?
We found some information in the AppDynamics Documentation about this query (Ref : http://docs.appdynamics.com/display/PRO13S/Browser+Snapshots)
- Is there a workaround if the application under monitor doesn't have a response in the form of servlet
Also the AppDynamics version is 3.7.11
By default the system will always attempt correlation between EUM data and the backend, however you can improve the odds of this working by doing two things:
1) Upgrade to atleast 3.7.12. We made a lot of improvements to front end/backend correlation in this release.
2) Add footer injection to your webpages. See this article for details. Note you just need to add the code snippet for the 'footer' portion if you are already successfully injecting the header.
http://docs.appdynamics.com/display/PRO13S/Assisted+Injection-Using+Attribute+Injection
The application under monitor is a .NET application deployed as a Windows Service