According to your documentation on EUM the following code should be put outside the HEAD-tag:
Include this line in your pages immediately after the <head> tag:
<script>window['adrum-start-time'] = new Date().getTime();</script><script src="/adrum.js"></script>
Can't we put it inside the HEAD-tag instead? Would make our deployment a lot better for technical reasons!
Hi Peter,
I believe you are referring to this page here:
http://docs.appdynamics.com/display/PRO13S/Manual+Injection
What we wanted to communicate was that you should put that code snippert immediately after you open the header with the <head> tag. So in fact it must go in the header, at the very beginning. Otherwise you won't get as accurate timings. I hope this clarifies. I'll also share this with our docs team as I'm sure others have been confused by this as well.
Did this address you question?