cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EUM version number

Suresh.Murthy
Creator

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

1 REPLY 1

Eric.Miller
Architect

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.

 





Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.