<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article RUM Application traffic is not captured by Dynatrace. in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/RUM-Application-traffic-is-not-captured-by-Dynatrace/ta-p/263922</link>
    <description>&lt;P&gt;&lt;EM&gt;Summary: Your web application traffic isn't appearing in the defined Dynatrace application or being captured. The best way to troubleshoot this is to narrow down the source of the problem, as it could be an injection or detection issue or be related to a different application.&lt;/EM&gt;&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H2&gt;Troubleshooting steps&lt;/H2&gt;
&lt;H3&gt;&lt;STRONG&gt;Start ruling out the cause by following these steps:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The first step would be to go to the website and &lt;A href="https://developer.chrome.com/docs/devtools/overview#open" target="_blank" rel="noopener"&gt;open the dev-tools and check the network tab&lt;/A&gt;, see if you're able to spot the Dynatrace &lt;SPAN&gt;RUM JavaScript&lt;/SPAN&gt; request:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_1-1734335110627.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25248iDAB25658C24FD18F/image-size/large?v=v2&amp;amp;px=999" role="button" title="toufic_chamandi_1-1734335110627.png" alt="toufic_chamandi_1-1734335110627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;RUM JavaScript may look different, i.e. '&lt;STRONG&gt;2f34badcac72bfa2_complete.js&lt;/STRONG&gt;' or be injected inline directly in HTML starting with '&lt;STRONG&gt;&amp;lt;script type="text/javascript" data-dtconfig=&lt;/STRONG&gt;'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;That's why, the ultimate way to check for the injection, is to run&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;dT_.gdi()&lt;/STRONG&gt;'&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the console of the browser, if an injection is successful you would get something similar to this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_10-1732778630611.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24914iBF8B37A72DB073D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="toufic_chamandi_10-1732778630611.png" alt="toufic_chamandi_10-1732778630611.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the console returns a red output like the following then there is no injection on the website:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_11-1732778656492.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24915i476967DBFEDFA3DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="toufic_chamandi_11-1732778656492.png" alt="toufic_chamandi_11-1732778656492.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;When there is an injection:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This means that the traffic is being captured but is being sent to a different application (we're assuming that the beacon requests '&lt;STRONG&gt;rb_&lt;/STRONG&gt;'&amp;nbsp;or '&lt;STRONG&gt;bf_&lt;/STRONG&gt;' are being sent correctly) in Dynatrace. To find out which application you can do multiple things here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Run&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;dT_.cfgO()&lt;/STRONG&gt;&lt;SPAN&gt;'&amp;nbsp;&lt;/SPAN&gt;in the console. This will return multiple pieces of information one of which is the application ID that is handling the injection. This ID is present in the URL of the application page in Dynatrace:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://{environmentid}.live.dynatrace.com/#uemapplications/uemappmetrics" target="_blank" rel="noopener"&gt;https://{environmentid}.live.dynatrace.com/#uemapplications/uemappmetrics&lt;/A&gt;;&lt;STRONG&gt;uemapplicationId=APPLICATION-EA7C4B59F27D43EB&lt;/STRONG&gt;;gtf=-2h;gf=all&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;You can go to the service that handles the frontend of the main page, and check for the Distributed Trace / PurePath there.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The third method is better because it will help you solve the problem faster (but here we're also assuming that correlation is working, so the User Actions are linked to the Distributed Traces), by checking your session in Dynatrace you're able to jump to the traces captured in Dynatrace. And from those traces you're able to see what the full URL looks like when it was captured:&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_12-1732778748898.png" style="width: 560px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24916iB80E2F122CBEEB9F/image-dimensions/560x292?v=v2" width="560" height="292" role="button" title="toufic_chamandi_12-1732778748898.png" alt="toufic_chamandi_12-1732778748898.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Next check Settings -&amp;gt; Web and mobile monitoring -&amp;gt; Host determination. You could have used another header to use as a HOST for the trace.&lt;/LI&gt;
&lt;LI&gt;Now you can build the full URL its the (&lt;STRONG&gt;Top header from the host determination + URI&lt;/STRONG&gt;), for example here the full URL here would be: localhost:8079/&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_13-1732779115626.png" style="width: 442px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24917i3E103274756341D5/image-dimensions/442x565?v=v2" width="442" height="565" role="button" title="toufic_chamandi_13-1732779115626.png" alt="toufic_chamandi_13-1732779115626.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Next check the application detection rule and it states why this request was assigned to the application, in this case it states that the domain matches localhost.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_14-1732779425598.png" style="width: 487px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24918i53A0257513668824/image-dimensions/487x118?v=v2" width="487" height="118" role="button" title="toufic_chamandi_14-1732779425598.png" alt="toufic_chamandi_14-1732779425598.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will either have to fix the detection rule or fix whatever is changing his URL (Dynatrace does not manipulate the URL we only capture it).&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;When there is no injection:&lt;/STRONG&gt;&lt;A class="" href="https://dynatrace.stackenterprise.co/articles/16062#heading-when-there-is-no-injection" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Open the dev-tools, &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file-and-enable-dtHealthCheck/ta-p/223391" target="_self"&gt;enable dtHealthCheck and load the website.&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Check the document request of the page, see if you find&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;x-dthealthcheck&lt;/STRONG&gt;'&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;in the response headers in the Headers part of the request, if you don't see it, skip to the next point. You should see something similar to this:&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_16-1732779632788.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24920i008DA3B16B274319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="toufic_chamandi_16-1732779632788.png" alt="toufic_chamandi_16-1732779632788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Usually dtHealthCheck provides us with the information needed, but you might come across a situation where the headers don't show up and this is due to 2 possible reasons:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Either the customer didn't disable cache while recording the HAR, let him toggle 'disable cache' and test it in an incognito window:&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_15-1732779579300.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24919iD61BDAF3C9FF01E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="toufic_chamandi_15-1732779579300.png" alt="toufic_chamandi_15-1732779579300.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The application is served by a CDN which doesnt have oneagent installed in this case automatic injection is not possible.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In this case you need to ask the customer to check it on his side.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What's Next&amp;nbsp;&lt;/H2&gt;
&lt;P class=""&gt;If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A link to the website and some login credentials&amp;nbsp;if access is possible.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file-and-enable-dtHealthCheck/ta-p/223391" target="_self"&gt;A HAR file or fiddler with 'dtHealthCheck' enabled&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;A link to the service handling the loading of the main page in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;A link to the application&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;What to read next:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:299,&amp;quot;335559739&amp;quot;:299}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1768991334317.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31685i1F7644BA1B14C249/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_0-1768991334317.png" alt="HannahM_0-1768991334317.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup/firewall-constraints-for-rum" target="_blank" rel="noopener noreferrer"&gt;Firewall constraints for RUM&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1768991334318.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31686iF3E44E592BF97ECA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_1-1768991334318.png" alt="HannahM_1-1768991334318.png" /&gt;&lt;/span&gt;&lt;A title="Troubleshooting automatic RUM injection failures" href="https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-automatic-RUM-injection-failures/ta-p/287116" target="_blank" rel="noopener"&gt;Troubleshooting automatic RUM injection failures&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_2-1768991334320.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31688i2C733FE6467FF439/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_2-1768991334320.png" alt="HannahM_2-1768991334320.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup" target="_blank" rel="noopener noreferrer"&gt;RUM initial setup for web applications&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_3-1768991334323.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31689i2EC1DB9A8D67163A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_3-1768991334323.png" alt="HannahM_3-1768991334323.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/troubleshooting" target="_blank" rel="noopener noreferrer"&gt;Troubleshooting RUM for web applications&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_4-1768991334323.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31691i22BA35F2CF5EE535/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_4-1768991334323.png" alt="HannahM_4-1768991334323.png" /&gt;&lt;/span&gt;&lt;A title="Troubleshooting RUM setup issues for web applications" href="https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/ta-p/239643" target="_blank" rel="noopener"&gt;Troubleshooting RUM setup issues for web applications&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_5-1768991334322.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31690i9CCF4A0E786C4C29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_5-1768991334322.png" alt="HannahM_5-1768991334322.png" /&gt;&lt;/span&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/RUM-Application-traffic-is-not-captured-by-Dynatrace/ta-p/263922" target="_self"&gt;&lt;SPAN&gt;RUM Application traffic is not captured by Dynatrace.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 10:31:56 GMT</pubDate>
    <dc:creator>toufic_chamandi</dc:creator>
    <dc:date>2026-01-21T10:31:56Z</dc:date>
    <item>
      <title>RUM Application traffic is not captured by Dynatrace.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/RUM-Application-traffic-is-not-captured-by-Dynatrace/ta-p/263922</link>
      <description>&lt;P&gt;&lt;EM&gt;Summary: Your web application traffic isn't appearing in the defined Dynatrace application or being captured. The best way to troubleshoot this is to narrow down the source of the problem, as it could be an injection or detection issue or be related to a different application.&lt;/EM&gt;&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H2&gt;Troubleshooting steps&lt;/H2&gt;
&lt;H3&gt;&lt;STRONG&gt;Start ruling out the cause by following these steps:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The first step would be to go to the website and &lt;A href="https://developer.chrome.com/docs/devtools/overview#open" target="_blank" rel="noopener"&gt;open the dev-tools and check the network tab&lt;/A&gt;, see if you're able to spot the Dynatrace &lt;SPAN&gt;RUM JavaScript&lt;/SPAN&gt; request:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_1-1734335110627.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25248iDAB25658C24FD18F/image-size/large?v=v2&amp;amp;px=999" role="button" title="toufic_chamandi_1-1734335110627.png" alt="toufic_chamandi_1-1734335110627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;RUM JavaScript may look different, i.e. '&lt;STRONG&gt;2f34badcac72bfa2_complete.js&lt;/STRONG&gt;' or be injected inline directly in HTML starting with '&lt;STRONG&gt;&amp;lt;script type="text/javascript" data-dtconfig=&lt;/STRONG&gt;'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;That's why, the ultimate way to check for the injection, is to run&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;dT_.gdi()&lt;/STRONG&gt;'&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the console of the browser, if an injection is successful you would get something similar to this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_10-1732778630611.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24914iBF8B37A72DB073D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="toufic_chamandi_10-1732778630611.png" alt="toufic_chamandi_10-1732778630611.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the console returns a red output like the following then there is no injection on the website:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_11-1732778656492.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24915i476967DBFEDFA3DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="toufic_chamandi_11-1732778656492.png" alt="toufic_chamandi_11-1732778656492.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;When there is an injection:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This means that the traffic is being captured but is being sent to a different application (we're assuming that the beacon requests '&lt;STRONG&gt;rb_&lt;/STRONG&gt;'&amp;nbsp;or '&lt;STRONG&gt;bf_&lt;/STRONG&gt;' are being sent correctly) in Dynatrace. To find out which application you can do multiple things here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Run&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;dT_.cfgO()&lt;/STRONG&gt;&lt;SPAN&gt;'&amp;nbsp;&lt;/SPAN&gt;in the console. This will return multiple pieces of information one of which is the application ID that is handling the injection. This ID is present in the URL of the application page in Dynatrace:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://{environmentid}.live.dynatrace.com/#uemapplications/uemappmetrics" target="_blank" rel="noopener"&gt;https://{environmentid}.live.dynatrace.com/#uemapplications/uemappmetrics&lt;/A&gt;;&lt;STRONG&gt;uemapplicationId=APPLICATION-EA7C4B59F27D43EB&lt;/STRONG&gt;;gtf=-2h;gf=all&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;You can go to the service that handles the frontend of the main page, and check for the Distributed Trace / PurePath there.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The third method is better because it will help you solve the problem faster (but here we're also assuming that correlation is working, so the User Actions are linked to the Distributed Traces), by checking your session in Dynatrace you're able to jump to the traces captured in Dynatrace. And from those traces you're able to see what the full URL looks like when it was captured:&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_12-1732778748898.png" style="width: 560px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24916iB80E2F122CBEEB9F/image-dimensions/560x292?v=v2" width="560" height="292" role="button" title="toufic_chamandi_12-1732778748898.png" alt="toufic_chamandi_12-1732778748898.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Next check Settings -&amp;gt; Web and mobile monitoring -&amp;gt; Host determination. You could have used another header to use as a HOST for the trace.&lt;/LI&gt;
&lt;LI&gt;Now you can build the full URL its the (&lt;STRONG&gt;Top header from the host determination + URI&lt;/STRONG&gt;), for example here the full URL here would be: localhost:8079/&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_13-1732779115626.png" style="width: 442px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24917i3E103274756341D5/image-dimensions/442x565?v=v2" width="442" height="565" role="button" title="toufic_chamandi_13-1732779115626.png" alt="toufic_chamandi_13-1732779115626.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Next check the application detection rule and it states why this request was assigned to the application, in this case it states that the domain matches localhost.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_14-1732779425598.png" style="width: 487px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24918i53A0257513668824/image-dimensions/487x118?v=v2" width="487" height="118" role="button" title="toufic_chamandi_14-1732779425598.png" alt="toufic_chamandi_14-1732779425598.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will either have to fix the detection rule or fix whatever is changing his URL (Dynatrace does not manipulate the URL we only capture it).&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;When there is no injection:&lt;/STRONG&gt;&lt;A class="" href="https://dynatrace.stackenterprise.co/articles/16062#heading-when-there-is-no-injection" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Open the dev-tools, &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file-and-enable-dtHealthCheck/ta-p/223391" target="_self"&gt;enable dtHealthCheck and load the website.&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Check the document request of the page, see if you find&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;x-dthealthcheck&lt;/STRONG&gt;'&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;in the response headers in the Headers part of the request, if you don't see it, skip to the next point. You should see something similar to this:&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_16-1732779632788.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24920i008DA3B16B274319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="toufic_chamandi_16-1732779632788.png" alt="toufic_chamandi_16-1732779632788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Usually dtHealthCheck provides us with the information needed, but you might come across a situation where the headers don't show up and this is due to 2 possible reasons:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Either the customer didn't disable cache while recording the HAR, let him toggle 'disable cache' and test it in an incognito window:&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toufic_chamandi_15-1732779579300.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24919iD61BDAF3C9FF01E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="toufic_chamandi_15-1732779579300.png" alt="toufic_chamandi_15-1732779579300.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The application is served by a CDN which doesnt have oneagent installed in this case automatic injection is not possible.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In this case you need to ask the customer to check it on his side.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What's Next&amp;nbsp;&lt;/H2&gt;
&lt;P class=""&gt;If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A link to the website and some login credentials&amp;nbsp;if access is possible.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file-and-enable-dtHealthCheck/ta-p/223391" target="_self"&gt;A HAR file or fiddler with 'dtHealthCheck' enabled&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;A link to the service handling the loading of the main page in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;A link to the application&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;What to read next:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:299,&amp;quot;335559739&amp;quot;:299}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1768991334317.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31685i1F7644BA1B14C249/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_0-1768991334317.png" alt="HannahM_0-1768991334317.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup/firewall-constraints-for-rum" target="_blank" rel="noopener noreferrer"&gt;Firewall constraints for RUM&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1768991334318.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31686iF3E44E592BF97ECA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_1-1768991334318.png" alt="HannahM_1-1768991334318.png" /&gt;&lt;/span&gt;&lt;A title="Troubleshooting automatic RUM injection failures" href="https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-automatic-RUM-injection-failures/ta-p/287116" target="_blank" rel="noopener"&gt;Troubleshooting automatic RUM injection failures&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_2-1768991334320.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31688i2C733FE6467FF439/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_2-1768991334320.png" alt="HannahM_2-1768991334320.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup" target="_blank" rel="noopener noreferrer"&gt;RUM initial setup for web applications&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_3-1768991334323.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31689i2EC1DB9A8D67163A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_3-1768991334323.png" alt="HannahM_3-1768991334323.png" /&gt;&lt;/span&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/troubleshooting" target="_blank" rel="noopener noreferrer"&gt;Troubleshooting RUM for web applications&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_4-1768991334323.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31691i22BA35F2CF5EE535/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_4-1768991334323.png" alt="HannahM_4-1768991334323.png" /&gt;&lt;/span&gt;&lt;A title="Troubleshooting RUM setup issues for web applications" href="https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/ta-p/239643" target="_blank" rel="noopener"&gt;Troubleshooting RUM setup issues for web applications&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_5-1768991334322.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31690i9CCF4A0E786C4C29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_5-1768991334322.png" alt="HannahM_5-1768991334322.png" /&gt;&lt;/span&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/RUM-Application-traffic-is-not-captured-by-Dynatrace/ta-p/263922" target="_self"&gt;&lt;SPAN&gt;RUM Application traffic is not captured by Dynatrace.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 10:31:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/RUM-Application-traffic-is-not-captured-by-Dynatrace/ta-p/263922</guid>
      <dc:creator>toufic_chamandi</dc:creator>
      <dc:date>2026-01-21T10:31:56Z</dc:date>
    </item>
  </channel>
</rss>

