<?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>topic Re: Dynatrace RUM using manual injection in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Dynatrace-RUM-using-manual-injection/m-p/208881#M4347</link>
    <description>&lt;P&gt;Hi Shashan,&lt;/P&gt;&lt;P&gt;In the case of asyncCS you must proceed almost exactly as with syncCS. Dynatrace recommend that you regularly update the snippet:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-03 at 10.45.02.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10913i94EBAAEF29453B88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-03 at 10.45.02.png" alt="Screenshot 2023-04-03 at 10.45.02.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can use DT Api to dynamically downloads the monitoring code into your application. The monitoring code is loaded asynchronously.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/rum/real-user-monitoring-javascript-code/get-snippet-async" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/rum/real-user-monitoring-javascript-code/get-snippet-async&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 08:45:45 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2023-04-03T08:45:45Z</dc:date>
    <item>
      <title>Dynatrace RUM using manual injection</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Dynatrace-RUM-using-manual-injection/m-p/208787#M4346</link>
      <description>&lt;P&gt;Hey Guys, I am trying to understand the agentless manual injection methods. I have been using&amp;nbsp;&lt;SPAN&gt;JavaScript tag method for a while without any issues but I am just concerned that it loads the JS synchronously and let's say if the JS takes time to load then it blocks the actual page to load which is NOT GOOD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/rum-injection#manual-insertion" target="_self"&gt;https://www.dynatrace.com/support/help/shortlink/rum-injection#manual-insertion&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can see there is another insertion method&amp;nbsp;Code snippet deferred (asyncCS) which gets loaded asynchronously in the background and it doesn't affect the page load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to understand if we use this, will there be any disadvantages?&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;If we change the monitoring settings in Dynatrace UI, do i have to update the snippet again on the pages?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Will there be any missing monitoring data? I mean if the JS does not get loaded fully on time and page starts loading before that, will we miss anything in terms of metrics?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do we need to specifically mention "async" keyword while loading the script or this is built-in the JS and we just have to load it from the page?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Shashank&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 12:53:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Dynatrace-RUM-using-manual-injection/m-p/208787#M4346</guid>
      <dc:creator>agrawal_shashan</dc:creator>
      <dc:date>2023-03-31T12:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace RUM using manual injection</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Dynatrace-RUM-using-manual-injection/m-p/208881#M4347</link>
      <description>&lt;P&gt;Hi Shashan,&lt;/P&gt;&lt;P&gt;In the case of asyncCS you must proceed almost exactly as with syncCS. Dynatrace recommend that you regularly update the snippet:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-03 at 10.45.02.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10913i94EBAAEF29453B88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-03 at 10.45.02.png" alt="Screenshot 2023-04-03 at 10.45.02.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can use DT Api to dynamically downloads the monitoring code into your application. The monitoring code is loaded asynchronously.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/rum/real-user-monitoring-javascript-code/get-snippet-async" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/rum/real-user-monitoring-javascript-code/get-snippet-async&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 08:45:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Dynatrace-RUM-using-manual-injection/m-p/208881#M4347</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-04-03T08:45:45Z</dc:date>
    </item>
  </channel>
</rss>

