07 Apr 2020 11:03 AM
Hi All , I am facing a challenge is monitoring user experience of an application. In some pf the pages , ruxitjs is auto inserted, in many it is not. I am able to see dtcookie , dtsa etc in all these pages. Can someone suggest a troubleshooting step.
Thanks
Swati
Solved! Go to Solution.
07 Apr 2020 11:12 AM
Hi @Swati B.
Check documentation on Why don't I see my applications or monitoring data?
There you will find step by step checks
HTH
Yos
07 Apr 2020 11:25 AM
hi @Yos N. thanks for your reply. There is no troubleshooting step given in https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configura... . in my application some pages dont have javascript tag injected.
07 Apr 2020 12:19 PM
Hi @Swati B.
Please scroll down on that page and look for the follows lines and open them one by one
17 Apr 2020 09:42 AM
hi @Yos N. this article is not useful. There is no mention of troubleshooting steps in case JS is not injecting in pages. The first step How can I confirm the JavaScript tag is injected correctly? holds true . There is no JS injected. But there are no further steps as what do to next.
17 Apr 2020 10:03 AM
07 Apr 2020 11:41 AM
I also observed unsual value of dtSa cookie . in other applications dtSa cookie has blank value. Is it an issue?
15 Apr 2020 12:06 AM
HI @Swati B.
i take same experience with some of my applications where HTML header was more then 1000 digit. in this case javascript injection did not work property or other javascript stay on top of the code. check to all tag are <>closed </>
In this case try to force Javascript injection in the configuration of your Dynatrace application. Try to put Script near <head> to be sure is the first think you load in the page
Application- edit
in Application settings
Setting--> advance setup-->JavaScript injection (section) --> add custom rules
example: All pages ( After specific HTML <head> )
17 Apr 2020 09:45 AM
Thanks @Domenico B. I will check the header and see if that is the issue.