Hi,
We have recently upgraded the EUM javascript version to the latest 4.5.15. How could I tell looking at the configuration in the AppD Controller whether a User Experience application is using the latest version or old version of the javascript?
Thanks
Suresh
You should be able to compare your scripts. In your Controller, when you go to User Experience > APPLICATIONNAME > Configuration > Configure JavaScript Agent, under 3. Save Config and Generate HTML Snippet, you should see a line similar to this:
<script src='//cdn.appdynamics.com/adrum/adrum-4.5.13.2640.js'></script>
(or whevever you're hosting your adrum)
If you look at the code you're serving up in your application header you should be able to compare the adrum-4.5.13.2640.js to yours.