<?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 Troubleshooting RUM setup issues for web applications in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/ta-p/239643</link>
    <description>&lt;H1&gt;The problem&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After successfully setting up Real User Monitoring (RUM) for your web application, you should begin to see RUM data appear in your Dynatrace environment. If no data is being captured, this guide will help you identify and resolve potential issues.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Before diving into the troubleshooting steps, check whether the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/app-health-check" target="_blank" rel="nofollow noopener"&gt;Application Health Check&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reports any issues for your application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Triage&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not seeing any RUM data for your application in the Dynatrace web UI, start by verifying that it is receiving traffic. Interact with your application pages to generate user activity.&lt;/P&gt;
&lt;P&gt;Once you've confirmed that traffic is flowing to your application, proceed with the steps below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Check if RUM data is ending up in the wrong application&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check whether the captured RUM data is being assigned to a different application than expected. A common scenario is that the data ends up in the fallback application named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;My web application&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;If this applies to your case, follow the steps outlined in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/RUM-data-is-assigned-to-a-different-application-than-expected/ta-p/286156" target="_blank" rel="nofollow noopener"&gt;RUM data is assigned to a different application than expected&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to resolve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Confirm that the RUM JavaScript has been injected&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load one of your pages, inspect its source in a web browser, and make sure that the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;HEAD&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;element contains a reference to the RUM JavaScript. To identify the RUM JavaScript, proceed as follows.&lt;/P&gt;
&lt;H3&gt;Automatic injection&lt;/H3&gt;
&lt;P&gt;Different&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snippet-formats" target="_blank" rel="nofollow noopener"&gt;snippet formats&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are available for automatic injection. A common characteristic among them is the presence of the string&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;data-dtconfig&lt;/CODE&gt;, either as an attribute or embedded within the code. To verify that the RUM JavaScript has been injected, look for a script element that includes this string.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you don't see the RUM JavaScript automatically injected by OneAgent into your webpages, refer to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-automatic-RUM-injection-failures/ta-p/287116" rel="nofollow" target="_blank"&gt;Troubleshooting automatic RUM injection failures&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;Agentless monitoring&lt;/H3&gt;
&lt;P&gt;If you're using the snippet format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snippet-formats#js-tag" target="_blank" rel="nofollow noopener"&gt;JavaScript tag&lt;/A&gt;, search for a script that ends with the string&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;_complete.js&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and is loaded from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;js-cdn.dynatrace.com&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or, in case of Managed, your own CDN. If you use Dynatrace Managed and have not set up your own CDN yet, the script is loaded from a domain in Dynatrace Managed.&lt;/P&gt;
&lt;P&gt;If you are using one of the other snippet formats, the string&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;data-dtconfig&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should be present, either as an attribute or embedded within the code.&lt;/P&gt;
&lt;P&gt;If you don't see the RUM JavaScript manually inserted into your webpages, refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/agentless-rum" target="_blank" rel="nofollow noopener"&gt;Set up agentless Real User Monitoring&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you are using the snippet format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snippet-formats#code-snippet" target="_blank" rel="nofollow noopener"&gt;code snippet&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and want to check if the second script element containing the full functionality of the monitoring code has been injected successfully, open the Elements tab in the Chrome DevTools and search for an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;id&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attribute that contains&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dtjsagent&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dtjsagentdw&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Confirm the successful download of the RUM JavaScript&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Dynatrace RUM JavaScript is downloaded along with the other resources of your web page. To confirm that the download was successful, open the Network tab in your browser’s developer tools. Look for a request URL that contains one of the following strings:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;_complete.js&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if you're using the JavaScript tag snippet format&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;ruxitagent&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– for other snippet formats, or&lt;/LI&gt;
&lt;LI&gt;your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/monitoring-code-source#configure-custom-monitoring-code-filename-prefix" target="_blank" rel="nofollow noopener"&gt;custom monitoring code filename prefix&lt;/A&gt;, if you've configured one.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The response should have a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;200 OK&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;status and the body should contain JavaScript code.&lt;/P&gt;
&lt;P&gt;An example is shown in the screenshots below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_javascript_download_1.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30177i83268BC622019FF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_javascript_download_1.png" alt="rum_javascript_download_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_javascript_download_2.png" style="width: 998px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30178iA1D5E52D26DB6AC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_javascript_download_2.png" alt="rum_javascript_download_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the RUM JavaScript hasn't downloaded correctly, refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="#h_5289825584541758524068946" target="_self"&gt;RUM JavaScript isn't downloadable&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Confirm the successful initialization of the RUM JavaScript&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To check if the RUM JavaScript has initialized successfully on your page, check whether the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dT_&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;JavaScript object exists. Open your browser developer console, enter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dT_&lt;/CODE&gt;, and press Enter. As a result, an object should be returned. Otherwise, you will find logs in the browser console that help you identify the issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_javascript_initialization_verification.png" style="width: 968px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30182iFB177D9AB0FF85F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_javascript_initialization_verification.png" alt="rum_javascript_initialization_verification.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;Confirm that RUM data is being sent to Dynatrace&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RUM JavaScript sends the captured data as beacon requests—which are HTTP POST requests—to a designated beacon endpoint.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For automatic injection, the beacon endpoint is, by default, provided by the OneAgent that instruments your application.&lt;/LI&gt;
&lt;LI&gt;For agentless monitoring, the beacon endpoint is, by default, provided by a Cluster ActiveGate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Alternative configurations are possible, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/beacon-forwarder" target="_blank" rel="nofollow noopener"&gt;Configure beacon endpoint for web applications&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You can check these requests in the Network tab of your browser's developer tools.&lt;/P&gt;
&lt;P&gt;If the beacon requests are handled by OneAgent, look for requests with a URL where the path begins with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;rb_&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_beacon_oneagent.png" style="width: 934px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30181i8C9A27E89741CCB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_beacon_oneagent.png" alt="rum_beacon_oneagent.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If a Cluster ActiveGate is used, you can identify beacon requests as follows:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you are using Dynatrace SaaS, beacon requests go to Dynatrace, and their URL path begins with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;bf&lt;/CODE&gt;.&lt;/LI&gt;
&lt;LI&gt;If you are using Dynatrace Managed, the requests are directed to a domain in Dynatrace Managed, and their URL path begins with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;bf&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_beacon_activegate.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30179i1061D796405AA264/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_beacon_activegate.png" alt="rum_beacon_activegate.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Responses should have the&amp;nbsp;&lt;CODE&gt;200 OK&lt;/CODE&gt;&amp;nbsp;status, and the response body should start with&amp;nbsp;&lt;CODE&gt;OK&lt;/CODE&gt;. If the response body starts with&amp;nbsp;&lt;CODE&gt;FL&lt;/CODE&gt;, the RUM beacon was rejected and not forwarded to the server. The response contains additional information about the problem. For further details, check&amp;nbsp;&lt;A href="#h_8099961966231758524126345" target="_self" rel="nofollow"&gt;RUM JavaScript doesn't report data to server&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Common issues&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This section provides guidance on how to further troubleshoot the issues identified during the triage process above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="h_5289825584541758524068946"&gt;RUM JavaScript isn't downloadable&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you see that the RUM JavaScript isn't downloadable, there might be a few reasons for that.&lt;/P&gt;
&lt;H3&gt;For agentless monitoring&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;The RUM JavaScript is incorrect. Refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup/set-up-agentless-real-user-monitoring" target="_blank" rel="nofollow noopener"&gt;Set up agentless Real User Monitoring&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to verify your setup.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP" target="_blank" rel="nofollow noopener"&gt;Content Security Policy&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;rules prevent loading of the RUM JavaScript. Adapt your CSP rules as described in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/modify-csp-for-rum" target="_blank" rel="nofollow noopener"&gt;Modify Content Security Policy for RUM&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;The RUM JavaScript host&amp;nbsp;&lt;CODE&gt;&lt;A href="https://js-cdn.dynatrace.com" target="_blank" rel="noopener"&gt;https://js-cdn.dynatrace.com&lt;/A&gt;&lt;/CODE&gt;&amp;nbsp;isn't reachable for client browsers due to firewall rules or proxy server configuration. Connections to and from the host must be allowed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;For automatic injection on web servers&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Rules on firewalls, load balancers, or proxies aren't configured to allow RUM JavaScript download. Refer to&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/rum-firewall" target="_blank" rel="nofollow noopener"&gt;Firewall constraints for RUM&lt;/A&gt;&amp;nbsp;for details.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;For automatic injection on Java application servers&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Root application doesn't exist. The RUM JavaScript is usually loaded from the web server root path (&lt;CODE&gt;.../ruxitagentjs_...&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI&gt;Your Java application server serves static content in a way that doesn't use the servlet stack. In such cases, the RUM JavaScript can't be downloaded.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To resolve a JavaScript download issue caused by a missing root application, configure an accessible path (for example, a valid servlet path) as described in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/additional-configuration/configure-monitoring-code-source#modify-rum-monitoring-code-url-path" target="_blank" rel="nofollow noopener"&gt;Modify the monitoring code URL path&lt;/A&gt;.&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2 id="h_8099961966231758524126345"&gt;RUM JavaScript doesn't report data to server&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you see that the RUM beacons are rejected and not forwarded to the server, there might be several reasons for that.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Rules on firewalls, load balancers, or proxies may need to be adapted.&amp;nbsp;Refer to&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/rum-firewall" target="_blank" rel="nofollow noopener"&gt;Firewall constraints for RUM&lt;/A&gt;&amp;nbsp;for details.&lt;/LI&gt;
&lt;LI&gt;Beacons may fail if their auto-selected URL path is blocked, but you can fix this by adjusting the URL before the&amp;nbsp;rb_&amp;nbsp;prefix. Read more&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/beacon-forwarder#modify-beacon-endpoint-url" target="_blank" rel="nofollow noopener"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Dynatrace&amp;nbsp;&lt;A href="https://dt-url.net/h92389d" target="_blank" rel="nofollow noopener"&gt;throttled the capture rate&lt;/A&gt;&amp;nbsp;of your application.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP" target="_blank" rel="nofollow noopener"&gt;Content Security Policy&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings may need to be adapted as described in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/modify-csp-for-rum" target="_blank" rel="nofollow noopener"&gt;Modify Content Security Policy for RUM&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;What's Next?&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still not seeing any RUM data for your application after completing the troubleshooting steps above, please reach out to Dynatrace via the in-product chat or by creating a support ticket for further assistance. Provide the following information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Link to the RUM application in Dynatrace,&lt;/LI&gt;
&lt;LI&gt;Link to the related Service(s) or Process Group(s) in Dynatrace,&lt;/LI&gt;
&lt;LI&gt;State the issue and the troubleshooting that you have completed,&lt;/LI&gt;
&lt;LI&gt;Link to the application being monitored with steps to reproduce the issue.
&lt;UL&gt;
&lt;LI&gt;If the application is not publicly available, provide a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file-and-enable-dtHealthCheck/ta-p/223391" target="_blank" rel="nofollow noopener"&gt;HAR file&lt;/A&gt;.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 06 Oct 2025 07:53:49 GMT</pubDate>
    <dc:creator>maliborskaya</dc:creator>
    <dc:date>2025-10-06T07:53:49Z</dc:date>
    <item>
      <title>Troubleshooting RUM setup issues for web applications</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/ta-p/239643</link>
      <description>&lt;H1&gt;The problem&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After successfully setting up Real User Monitoring (RUM) for your web application, you should begin to see RUM data appear in your Dynatrace environment. If no data is being captured, this guide will help you identify and resolve potential issues.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Before diving into the troubleshooting steps, check whether the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/app-health-check" target="_blank" rel="nofollow noopener"&gt;Application Health Check&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reports any issues for your application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Triage&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not seeing any RUM data for your application in the Dynatrace web UI, start by verifying that it is receiving traffic. Interact with your application pages to generate user activity.&lt;/P&gt;
&lt;P&gt;Once you've confirmed that traffic is flowing to your application, proceed with the steps below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Check if RUM data is ending up in the wrong application&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check whether the captured RUM data is being assigned to a different application than expected. A common scenario is that the data ends up in the fallback application named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;My web application&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;If this applies to your case, follow the steps outlined in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/RUM-data-is-assigned-to-a-different-application-than-expected/ta-p/286156" target="_blank" rel="nofollow noopener"&gt;RUM data is assigned to a different application than expected&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to resolve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Confirm that the RUM JavaScript has been injected&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load one of your pages, inspect its source in a web browser, and make sure that the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;HEAD&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;element contains a reference to the RUM JavaScript. To identify the RUM JavaScript, proceed as follows.&lt;/P&gt;
&lt;H3&gt;Automatic injection&lt;/H3&gt;
&lt;P&gt;Different&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snippet-formats" target="_blank" rel="nofollow noopener"&gt;snippet formats&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are available for automatic injection. A common characteristic among them is the presence of the string&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;data-dtconfig&lt;/CODE&gt;, either as an attribute or embedded within the code. To verify that the RUM JavaScript has been injected, look for a script element that includes this string.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you don't see the RUM JavaScript automatically injected by OneAgent into your webpages, refer to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-automatic-RUM-injection-failures/ta-p/287116" rel="nofollow" target="_blank"&gt;Troubleshooting automatic RUM injection failures&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;Agentless monitoring&lt;/H3&gt;
&lt;P&gt;If you're using the snippet format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snippet-formats#js-tag" target="_blank" rel="nofollow noopener"&gt;JavaScript tag&lt;/A&gt;, search for a script that ends with the string&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;_complete.js&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and is loaded from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;js-cdn.dynatrace.com&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or, in case of Managed, your own CDN. If you use Dynatrace Managed and have not set up your own CDN yet, the script is loaded from a domain in Dynatrace Managed.&lt;/P&gt;
&lt;P&gt;If you are using one of the other snippet formats, the string&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;data-dtconfig&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should be present, either as an attribute or embedded within the code.&lt;/P&gt;
&lt;P&gt;If you don't see the RUM JavaScript manually inserted into your webpages, refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/agentless-rum" target="_blank" rel="nofollow noopener"&gt;Set up agentless Real User Monitoring&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you are using the snippet format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snippet-formats#code-snippet" target="_blank" rel="nofollow noopener"&gt;code snippet&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and want to check if the second script element containing the full functionality of the monitoring code has been injected successfully, open the Elements tab in the Chrome DevTools and search for an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;id&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attribute that contains&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dtjsagent&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dtjsagentdw&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Confirm the successful download of the RUM JavaScript&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Dynatrace RUM JavaScript is downloaded along with the other resources of your web page. To confirm that the download was successful, open the Network tab in your browser’s developer tools. Look for a request URL that contains one of the following strings:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;_complete.js&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if you're using the JavaScript tag snippet format&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;ruxitagent&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– for other snippet formats, or&lt;/LI&gt;
&lt;LI&gt;your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/monitoring-code-source#configure-custom-monitoring-code-filename-prefix" target="_blank" rel="nofollow noopener"&gt;custom monitoring code filename prefix&lt;/A&gt;, if you've configured one.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The response should have a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;200 OK&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;status and the body should contain JavaScript code.&lt;/P&gt;
&lt;P&gt;An example is shown in the screenshots below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_javascript_download_1.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30177i83268BC622019FF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_javascript_download_1.png" alt="rum_javascript_download_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_javascript_download_2.png" style="width: 998px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30178iA1D5E52D26DB6AC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_javascript_download_2.png" alt="rum_javascript_download_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the RUM JavaScript hasn't downloaded correctly, refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="#h_5289825584541758524068946" target="_self"&gt;RUM JavaScript isn't downloadable&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Confirm the successful initialization of the RUM JavaScript&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To check if the RUM JavaScript has initialized successfully on your page, check whether the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dT_&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;JavaScript object exists. Open your browser developer console, enter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dT_&lt;/CODE&gt;, and press Enter. As a result, an object should be returned. Otherwise, you will find logs in the browser console that help you identify the issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_javascript_initialization_verification.png" style="width: 968px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30182iFB177D9AB0FF85F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_javascript_initialization_verification.png" alt="rum_javascript_initialization_verification.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;Confirm that RUM data is being sent to Dynatrace&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RUM JavaScript sends the captured data as beacon requests—which are HTTP POST requests—to a designated beacon endpoint.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For automatic injection, the beacon endpoint is, by default, provided by the OneAgent that instruments your application.&lt;/LI&gt;
&lt;LI&gt;For agentless monitoring, the beacon endpoint is, by default, provided by a Cluster ActiveGate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Alternative configurations are possible, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/beacon-forwarder" target="_blank" rel="nofollow noopener"&gt;Configure beacon endpoint for web applications&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You can check these requests in the Network tab of your browser's developer tools.&lt;/P&gt;
&lt;P&gt;If the beacon requests are handled by OneAgent, look for requests with a URL where the path begins with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;rb_&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_beacon_oneagent.png" style="width: 934px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30181i8C9A27E89741CCB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_beacon_oneagent.png" alt="rum_beacon_oneagent.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If a Cluster ActiveGate is used, you can identify beacon requests as follows:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you are using Dynatrace SaaS, beacon requests go to Dynatrace, and their URL path begins with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;bf&lt;/CODE&gt;.&lt;/LI&gt;
&lt;LI&gt;If you are using Dynatrace Managed, the requests are directed to a domain in Dynatrace Managed, and their URL path begins with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;bf&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rum_beacon_activegate.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30179i1061D796405AA264/image-size/large?v=v2&amp;amp;px=999" role="button" title="rum_beacon_activegate.png" alt="rum_beacon_activegate.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Responses should have the&amp;nbsp;&lt;CODE&gt;200 OK&lt;/CODE&gt;&amp;nbsp;status, and the response body should start with&amp;nbsp;&lt;CODE&gt;OK&lt;/CODE&gt;. If the response body starts with&amp;nbsp;&lt;CODE&gt;FL&lt;/CODE&gt;, the RUM beacon was rejected and not forwarded to the server. The response contains additional information about the problem. For further details, check&amp;nbsp;&lt;A href="#h_8099961966231758524126345" target="_self" rel="nofollow"&gt;RUM JavaScript doesn't report data to server&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Common issues&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This section provides guidance on how to further troubleshoot the issues identified during the triage process above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="h_5289825584541758524068946"&gt;RUM JavaScript isn't downloadable&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you see that the RUM JavaScript isn't downloadable, there might be a few reasons for that.&lt;/P&gt;
&lt;H3&gt;For agentless monitoring&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;The RUM JavaScript is incorrect. Refer to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup/set-up-agentless-real-user-monitoring" target="_blank" rel="nofollow noopener"&gt;Set up agentless Real User Monitoring&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to verify your setup.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP" target="_blank" rel="nofollow noopener"&gt;Content Security Policy&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;rules prevent loading of the RUM JavaScript. Adapt your CSP rules as described in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/modify-csp-for-rum" target="_blank" rel="nofollow noopener"&gt;Modify Content Security Policy for RUM&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;The RUM JavaScript host&amp;nbsp;&lt;CODE&gt;&lt;A href="https://js-cdn.dynatrace.com" target="_blank" rel="noopener"&gt;https://js-cdn.dynatrace.com&lt;/A&gt;&lt;/CODE&gt;&amp;nbsp;isn't reachable for client browsers due to firewall rules or proxy server configuration. Connections to and from the host must be allowed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;For automatic injection on web servers&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Rules on firewalls, load balancers, or proxies aren't configured to allow RUM JavaScript download. Refer to&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/rum-firewall" target="_blank" rel="nofollow noopener"&gt;Firewall constraints for RUM&lt;/A&gt;&amp;nbsp;for details.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;For automatic injection on Java application servers&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Root application doesn't exist. The RUM JavaScript is usually loaded from the web server root path (&lt;CODE&gt;.../ruxitagentjs_...&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI&gt;Your Java application server serves static content in a way that doesn't use the servlet stack. In such cases, the RUM JavaScript can't be downloaded.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To resolve a JavaScript download issue caused by a missing root application, configure an accessible path (for example, a valid servlet path) as described in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/additional-configuration/configure-monitoring-code-source#modify-rum-monitoring-code-url-path" target="_blank" rel="nofollow noopener"&gt;Modify the monitoring code URL path&lt;/A&gt;.&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2 id="h_8099961966231758524126345"&gt;RUM JavaScript doesn't report data to server&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you see that the RUM beacons are rejected and not forwarded to the server, there might be several reasons for that.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Rules on firewalls, load balancers, or proxies may need to be adapted.&amp;nbsp;Refer to&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/rum-firewall" target="_blank" rel="nofollow noopener"&gt;Firewall constraints for RUM&lt;/A&gt;&amp;nbsp;for details.&lt;/LI&gt;
&lt;LI&gt;Beacons may fail if their auto-selected URL path is blocked, but you can fix this by adjusting the URL before the&amp;nbsp;rb_&amp;nbsp;prefix. Read more&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/beacon-forwarder#modify-beacon-endpoint-url" target="_blank" rel="nofollow noopener"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Dynatrace&amp;nbsp;&lt;A href="https://dt-url.net/h92389d" target="_blank" rel="nofollow noopener"&gt;throttled the capture rate&lt;/A&gt;&amp;nbsp;of your application.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP" target="_blank" rel="nofollow noopener"&gt;Content Security Policy&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings may need to be adapted as described in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/modify-csp-for-rum" target="_blank" rel="nofollow noopener"&gt;Modify Content Security Policy for RUM&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;What's Next?&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still not seeing any RUM data for your application after completing the troubleshooting steps above, please reach out to Dynatrace via the in-product chat or by creating a support ticket for further assistance. Provide the following information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Link to the RUM application in Dynatrace,&lt;/LI&gt;
&lt;LI&gt;Link to the related Service(s) or Process Group(s) in Dynatrace,&lt;/LI&gt;
&lt;LI&gt;State the issue and the troubleshooting that you have completed,&lt;/LI&gt;
&lt;LI&gt;Link to the application being monitored with steps to reproduce the issue.
&lt;UL&gt;
&lt;LI&gt;If the application is not publicly available, provide a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file-and-enable-dtHealthCheck/ta-p/223391" target="_blank" rel="nofollow noopener"&gt;HAR file&lt;/A&gt;.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Oct 2025 07:53:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/ta-p/239643</guid>
      <dc:creator>maliborskaya</dc:creator>
      <dc:date>2025-10-06T07:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/240601#M621</link>
      <description>&lt;P&gt;Wow, great doc!&amp;nbsp; Definitely saving this.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 17:42:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/240601#M621</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2024-03-20T17:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/240622#M622</link>
      <description>&lt;P&gt;This is a wonderful reference! Thanks for taking the time to write something like this up - I'm sure a lot of people will find it useful when troubleshooting!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 03:00:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/240622#M622</guid>
      <dc:creator>Taylor-Sanchez</dc:creator>
      <dc:date>2024-03-21T03:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/240650#M623</link>
      <description>&lt;P&gt;Really great work! Many thanks to you&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 08:49:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/240650#M623</guid>
      <dc:creator>GerardJ</dc:creator>
      <dc:date>2024-03-21T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/242997#M648</link>
      <description>&lt;P&gt;Great stuff here! &amp;nbsp;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 11:57:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/242997#M648</guid>
      <dc:creator>AlvinPeterson</dc:creator>
      <dc:date>2024-04-17T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/244289#M655</link>
      <description>&lt;P&gt;Very helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 18:19:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/244289#M655</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2024-04-29T18:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/270727#M857</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dynatrace Java script is not injecting for me , we have akamai and another webser , what is the trouble shooting that i can do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 17:48:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/270727#M857</guid>
      <dc:creator>Amarnadh_Sunkar</dc:creator>
      <dc:date>2025-02-21T17:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/270762#M859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/12512"&gt;@Amarnadh_Sunkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We had the same situation and we solved it configurating the application as agentless. &lt;A href="https://docs.dynatrace.com/docs/shortlink/agentless-rum" target="_self"&gt;Here&lt;/A&gt; you have the documentation.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 07:10:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/270762#M859</guid>
      <dc:creator>erh_inetum</dc:creator>
      <dc:date>2025-02-24T07:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/271392#M862</link>
      <description>&lt;P&gt;Thanks Elena,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying in agentless , do you have any time to connect for 30 minutes.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 04:41:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/271392#M862</guid>
      <dc:creator>Amarnadh_Sunkar</dc:creator>
      <dc:date>2025-03-03T04:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/277260#M906</link>
      <description>&lt;P&gt;Very helpful&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 07:23:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/277260#M906</guid>
      <dc:creator>lekpamartin</dc:creator>
      <dc:date>2025-05-15T07:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Web applications: Issues with RUM JavaScript</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/281641#M934</link>
      <description>&lt;P&gt;Thank you for that great efforts&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:55:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-RUM-setup-issues-for-web-applications/tac-p/281641#M934</guid>
      <dc:creator>Doaa_Sobhy</dc:creator>
      <dc:date>2025-07-16T10:55:59Z</dc:date>
    </item>
  </channel>
</rss>

