<?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 Using RUM manual insertion for an application set up for automatic injection in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Using-RUM-manual-insertion-for-an-application-set-up-for/ta-p/274562</link>
    <description>&lt;H2&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;For your RUM application, it may be necessary to switch from automatic injection to manual insertion or simply use both methods. This article should guide you through the changes necessary for a successful transition and to troubleshoot any errors that may occur.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;When using the manual insertion method for RUM, you may encounter issues like missing RUM data. Some issues may be related to the failure of the JS request or the beacon request. Some problems you may see are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Missing RUM data.&lt;/LI&gt;
&lt;LI&gt;HTTP 404 responses on the JS requests.&lt;/LI&gt;
&lt;LI&gt;HTTP 404/501/503 responses on the beacon request.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;&lt;STRONG&gt;Troubleshooting steps&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Here are a few symptoms that indicate whether the transition to manual injection is causing the issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;If the transition isn't configured correctly, you'll start losing RUM data. Please check that you’re still getting RUM data in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;If you’re not getting RUM data, check your application with Chrome dev tools for any issues.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;Issues with JS request&lt;/H3&gt;
&lt;P&gt;First, check if the JS injection is working correctly by opening the Chrome developer tools on your application and searching for a request ending in &lt;CODE class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;_complete.js&lt;/CODE&gt; (the beginning of the filename will vary).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27451i58C433F9809D0E95/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;If the request is failing, please check if the request URL should start with &lt;STRONG&gt;&lt;A href="https://js-cdn.dynatrace.com" target="_blank" rel="noopener"&gt;https://js-cdn.dynatrace.com&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If the request URL looks correct but you're still getting an error, please check your firewall rules and that your application can access the public internet&lt;/LI&gt;
&lt;LI&gt;If everything above is correct, please open a case with a &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file/ta-p/223391" target="_blank" rel="noopener"&gt;HAR file&lt;/A&gt; attached containing the replicated issue.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;Issues with request beacons&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;If the JS request is successful, next,&amp;nbsp; check the beacon request to see if the data is returning to Dynatrace.&lt;/LI&gt;
&lt;LI&gt;To view the beacon data, open up the Chrome development tools and search for &lt;EM&gt;rb_&lt;/EM&gt; OR &lt;EM&gt;bf_&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Check if the beacon has a status other than 200.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;EM&gt;Example of a successful request beacon&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image2.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27454iCDA2DBFF2585F484/image-size/large?v=v2&amp;amp;px=999" role="button" title="image2.png" alt="image2.png" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;If your beacon returns with a HTTP status code such as 503 or 404, this is a configuration issue, and continue to proceed to the &lt;STRONG&gt;Resolution&lt;/STRONG&gt; below.&lt;/LI&gt;
&lt;LI&gt;If the beacon's response does not start with &lt;STRONG&gt;OK,&lt;/STRONG&gt; please check your firewall rules or how your application may handle URL routing.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;EM&gt;An example of a successful request beacon payload&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image3.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27455iA002B0040C3BCC8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image3.png" alt="image3.png" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3&gt;If the OneAgent is still installed on the process group that serves the web application (automatic injection may still work).&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Select your method of manual insertion from the manual insertion page. For example, let's use the JavaScript tag option.&lt;/LI&gt;
&lt;LI&gt;Copy the JS tag and add it directly to your code.&lt;/LI&gt;
&lt;LI&gt;Then everything should continue to work as before.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;If OneAgent is not installed&amp;nbsp;on the process group that serves the web application (automatic injection no an option).&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;First, you’ll need to ensure your application is accessible from the external internet.&lt;/LI&gt;
&lt;LI&gt;Then, in the application's settings in Dynatrace under &lt;STRONG&gt;General settings —&amp;gt; Beacon endpoint&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Change the beacon endpoint from &lt;STRONG&gt;Default settings&lt;/STRONG&gt; to &lt;STRONG&gt;Cluster ActiveGate&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;If you’re using Dynatrace Saas, Dynatrace handles the Cluster ActiveGate. Nothing further is required.&lt;/LI&gt;
&lt;LI&gt;If you’re Dynatrace Managed, you’ll also need to create a Cluster ActiveGate if you haven’t already done so.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Finally, from the manual insertion page, select your method of manual insertion. For example, let's use the JavaScript tag option.&lt;/LI&gt;
&lt;LI&gt;Copy the JS tag and add it directly to your code.&lt;/LI&gt;
&lt;LI&gt;Your RUM data should now report as expected.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;EM&gt;Note: You may not see changes for the updated Cluster ActiveGate configuration for up to 1 hour, as there is a 1-hour caching for the manual insertion JS agent to accept the new configurations.&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;What's next&lt;/STRONG&gt;&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Opening a support case —&lt;/STRONG&gt;&lt;/EM&gt; If the article was not able to help you resolve your issue, please open a &lt;A href="https://support.dynatrace.com/" target="_blank" rel="noopener"&gt;support case&lt;/A&gt; for further assistance. In the support case, please provide:
&lt;UL&gt;
&lt;LI&gt;A link to the application in Dynatrace&lt;/LI&gt;
&lt;LI&gt;If the application itself is public, a link to the page you’re having issues with.&lt;/LI&gt;
&lt;LI&gt;A &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-generate-a-HAR-file/ta-p/223391" target="_blank" rel="noopener"&gt;har file&lt;/A&gt; with the issue replicated.
&lt;UL&gt;
&lt;LI&gt;Make sure that you can see both the JS request and the beacon request&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Inform which method of manual insertion you’re trying to use. (JS, inline, code)&lt;/LI&gt;
&lt;LI&gt;Steps that you have taken so far.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;!-- notionvc: d05809b6-cc53-4668-ae6f-91908598104c --&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2026 12:35:06 GMT</pubDate>
    <dc:creator>Aaron_Schultz</dc:creator>
    <dc:date>2026-07-29T12:35:06Z</dc:date>
    <item>
      <title>Using RUM manual insertion for an application set up for automatic injection</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Using-RUM-manual-insertion-for-an-application-set-up-for/ta-p/274562</link>
      <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;*&lt;EM&gt;Use a table of contents for longer articles.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;Summary&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Short description of which part of the Dynatrace platform the article refers to and what kind of problem it will help resolve/ task it will describe.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Provide a precise description of the problem/ task to be described. Use anonymized screenshots, and include text for&amp;nbsp;important messages, errors, or information that will help the customer find this article when searching.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Troubleshooting steps&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted as necessary.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain what troubleshooting steps should be taken to ensure the problem matches this article.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Resolution&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted for articles that guide customers on ticket creation.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain the solution or all possible solutions resulting from the troubleshooting steps.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;What's next&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section. Customers need a way to respond or follow up if they have questions.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain what to do if the article did not help.&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Note that there are multiple options available, including:&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Opening a support ticket&lt;/STRONG&gt; - be as specific as possible about the information the customer should include in the ticket.&amp;nbsp;&lt;/EM&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;UL&gt;
&lt;LI&gt;link to XYZ&lt;/LI&gt;
&lt;LI&gt;screenshot of XYZ&lt;/LI&gt;
&lt;LI&gt;information about XYZ&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Suggesting Product Idea&lt;/STRONG&gt; - encourage the customer to suggest/ vote for a Product Idea explaining their business use case.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Explain this will change in the future&lt;/STRONG&gt; - explain that this behaviour will change in a future release. (No product idea / support ticket needed)&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Alternatives -&lt;/STRONG&gt;&amp;nbsp;any other actions or links to other articles that could move the customer forward.&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;*If it exists, link this article to the relevant troubleshooting map using the following guideline&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;More articles can be found on the &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/" target="_self"&gt;XXX Troubleshooting Map&lt;/A&gt;&lt;/H3&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jul 2026 12:35:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Using-RUM-manual-insertion-for-an-application-set-up-for/ta-p/274562</guid>
      <dc:creator>Aaron_Schultz</dc:creator>
      <dc:date>2026-07-29T12:35:06Z</dc:date>
    </item>
  </channel>
</rss>

