<?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: Determining injection format and type. in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273298#M6818</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I just retested everything and can not confirm your findings regarding dT_.gdi(). (I can however confirm that the documentation regarding the data-dtconfig attribute is wrong and will follow up on that internally).&lt;/P&gt;&lt;P&gt;These are my test results:&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Automatic&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;OneAgent JavaScript Tag&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="[...]" data-dtconfig="[...]"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"OneAgent JavaScripTag automatically injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;CodeSnippet Sync&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="/ajax/ruxitagentjs_A7fhrux_10307250109101944.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetSync automatically injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Code Snippet Deferred&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="/ajax/ruxitagentjs_A7fhrux_10307250109101944.js" defer="defer"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetDeferred automatically injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Inlined&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" data-dtconfig="[...]"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;"InlineCode automatically injected"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="5"&gt;Manually&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;OneAgent JavaScript Tag&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="[...]" data-dtconfig="[...]" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"OneAgent JavaScripTag manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Codesnippet Sync&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script id="dtjsagentdw" type="text/javascript" src="[...]" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetSync manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Code Snippet Deferred&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="[...]" defer="defer" id="dtjsagent" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetDeferred manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Inlined&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" data-dtconfig="[...]"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;"InlineCode manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;JavaScript Tag&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="[...]"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"JavaScriptTag manually injected"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my samples dT_.gdi() detected all formats correctly. The thing you mentioned is that dT_.gdi() is searching for "defer", but the only difference is "async", seems to be a misunderstanding though. Internally our config flag is called "async" to tell the JavaScript code to inject the deferred code (this goes back to the time we were still working on appmon).&lt;/P&gt;&lt;P&gt;But this is an internal detail and AFAIK not documented anywhere. The dT_.gdi() function correctly identifies it as deferred snippet though.&lt;/P&gt;&lt;P&gt;I'm happy to have another look, if you provide more information though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2025 12:44:14 GMT</pubDate>
    <dc:creator>simon_schatka</dc:creator>
    <dc:date>2025-03-24T12:44:14Z</dc:date>
    <item>
      <title>Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273164#M6817</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Context&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Dynatrace is set up within the company and applications have been created, which are successfully receiving RUM traffic. However, some applications that are manually injected have been created through the creation of detection rules, meaning they are presented as auto injected by Dynatrace.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Problem statement&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;I need to accurately determine whether each application has been injected manually or automatically, along with identifying the specific injection format (OneAgent JS Tag, JS Tag, Inline code, or code snippet).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will help me, among other things, determine which manually injected applications were created through detection rules and, hence, should be re-created as agentless.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Methodology&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;To ascertain the type and format of an injection, I utilize the following function in the Developer Tools console of the web page associated with the application&lt;/SPAN&gt;: &lt;EM&gt;dT_.gdi()&lt;/EM&gt;&amp;nbsp;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/RUM-Application-traffic-is-not-captured-by-Dynatrace/ta-p/263922" target="_blank" rel="nofollow noopener"&gt;Source&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt;).&amp;nbsp;The output provides various details, for instance:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image-2025-2-19_10-52-11.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27100i51089962421A0020/image-size/large?v=v2&amp;amp;px=999" role="button" title="image-2025-2-19_10-52-11.png" alt="image-2025-2-19_10-52-11.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In my exploration of this function, I have identified a few key points:&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;Conflict with Dynatrace documentation&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;According to the documentation,&amp;nbsp;&lt;/SPAN&gt;"&lt;EM&gt;For automatic injection, different injection formats of the RUM JavaScript look different, but what they all have in common is the data-dtconfig attribute.&lt;/EM&gt;" (source:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup/rum-injection#rum-trbl-javataginject" target="_blank" rel="nofollow noopener"&gt;Rum JavaScript injection&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, this contradicts my findings with &lt;EM&gt;dT_.&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;gdi()&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;as the automatically injected &lt;EM&gt;CodeSnippetDeferred&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;and &lt;EM&gt;CodeSnippetSync&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;scripts do not contain this attribute, yet &lt;EM&gt;dT_.gdi()&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;recognizes them correctly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My conclusion on this part is that the documentation is wrong.&lt;/STRONG&gt;&lt;/P&gt;
&lt;H3&gt;Wrongly determined format&lt;/H3&gt;
&lt;P&gt;&lt;EM&gt;dT_.gdi()&lt;/EM&gt; will determine a web application with a &lt;EM&gt;CodeSnippet&lt;STRONG&gt;Deferred&lt;/STRONG&gt; &lt;/EM&gt;injection as a &lt;EM&gt;CodeSnippet&lt;STRONG&gt;Sync&lt;/STRONG&gt; &lt;/EM&gt;injection. From my testings, &lt;EM&gt;dT._gdi()&lt;/EM&gt; seems to be looking for the&amp;nbsp;&lt;EM&gt;defer &lt;/EM&gt;keyword, which is not present in the &lt;EM&gt;CodeSnippetDeferred&lt;/EM&gt;. Indeed, the only difference between both code snippets is the presence of the keyword &lt;EM&gt;async&lt;/EM&gt; in the &lt;EM&gt;CodeSnippetDefered&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My conclusion on this part is that &lt;EM&gt;dT_.gdi()&lt;/EM&gt; is wrong.&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Questions&lt;/H2&gt;
&lt;P&gt;Given this, my questions are the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;How trustable is &lt;EM&gt;dT_.gdi()&lt;/EM&gt;? Is it deprecated?&lt;/LI&gt;
&lt;LI&gt;How do I accurately determine the injection format and type? For now, I am relying on the &lt;EM&gt;dT_.gdi()&lt;/EM&gt;&lt;SPAN&gt; function while inspecting more deeply the injected element in the HTML when I encounter use cases where &lt;EM&gt;dT_.gdi()&lt;/EM&gt; might be wrong. However, I have the impression that there should be a more straightforward solution to this.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for your feedback .&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 07:23:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273164#M6817</guid>
      <dc:creator>Jordi2</dc:creator>
      <dc:date>2025-03-24T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273298#M6818</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I just retested everything and can not confirm your findings regarding dT_.gdi(). (I can however confirm that the documentation regarding the data-dtconfig attribute is wrong and will follow up on that internally).&lt;/P&gt;&lt;P&gt;These are my test results:&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Automatic&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;OneAgent JavaScript Tag&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="[...]" data-dtconfig="[...]"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"OneAgent JavaScripTag automatically injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;CodeSnippet Sync&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="/ajax/ruxitagentjs_A7fhrux_10307250109101944.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetSync automatically injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Code Snippet Deferred&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="/ajax/ruxitagentjs_A7fhrux_10307250109101944.js" defer="defer"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetDeferred automatically injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Inlined&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" data-dtconfig="[...]"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;"InlineCode automatically injected"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="5"&gt;Manually&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;OneAgent JavaScript Tag&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="[...]" data-dtconfig="[...]" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"OneAgent JavaScripTag manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Codesnippet Sync&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script id="dtjsagentdw" type="text/javascript" src="[...]" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetSync manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Code Snippet Deferred&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="[...]" defer="defer" id="dtjsagent" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"CodeSnippetDeferred manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Inlined&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" data-dtconfig="[...]"&amp;gt;[...]&amp;lt;/script&amp;gt;&lt;BR /&gt;"InlineCode manually injected"&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;JavaScript Tag&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript" src="[...]"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;"JavaScriptTag manually injected"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my samples dT_.gdi() detected all formats correctly. The thing you mentioned is that dT_.gdi() is searching for "defer", but the only difference is "async", seems to be a misunderstanding though. Internally our config flag is called "async" to tell the JavaScript code to inject the deferred code (this goes back to the time we were still working on appmon).&lt;/P&gt;&lt;P&gt;But this is an internal detail and AFAIK not documented anywhere. The dT_.gdi() function correctly identifies it as deferred snippet though.&lt;/P&gt;&lt;P&gt;I'm happy to have another look, if you provide more information though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 12:44:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273298#M6818</guid>
      <dc:creator>simon_schatka</dc:creator>
      <dc:date>2025-03-24T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273299#M6819</link>
      <description>&lt;P&gt;And as another remark directly to your questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;dT_.gdi() is mostly developed for support, to find out issues faster and while we have plenty of tests for it, we do not give any guarantees for its functionality. gdi stands for "getDebugInformation" btw. It is not deprecated.&lt;/LI&gt;&lt;LI&gt;Usually customers know the injection format and type. This was added mostly for support purposes to save time when getting an overview about the application.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 24 Mar 2025 12:49:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273299#M6819</guid>
      <dc:creator>simon_schatka</dc:creator>
      <dc:date>2025-03-24T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273323#M6820</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your prompt response!&lt;/P&gt;&lt;P&gt;I should have included it in my first post, but here is the result from&amp;nbsp;one of our web applications that leaves me confused:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have a web application where a &lt;STRONG&gt;CodeSnippetDeferred&lt;/STRONG&gt; has been manually injected. The injected code snippet does include the&lt;/SPAN&gt;&amp;nbsp;&lt;EM&gt;async&lt;/EM&gt; keyword&lt;SPAN&gt;, which, if I understand correctly from your earlier response, suggests that the code snippet is indeed deferred.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, when I inspect the web page using DevTools, I notice the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script id="dtjsagentdw" type="text/javascript" src="[...]"&amp;gt;&amp;lt;/script&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;I see that the&amp;nbsp;&lt;EM&gt;&lt;SPAN&gt;defer="defer"&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;attribute is absent. It is also not present in the snippet provided by the Dynatrace UI when I opt for manual injection of CodeSnippetDeferred for any application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This has led me to speculate that the &lt;EM&gt;dT_.gdi()&lt;/EM&gt; method may be outputting a manually injected CodeSnippetSync due to the absence of the&amp;nbsp;&lt;EM&gt;defer&amp;nbsp;&lt;/EM&gt;attribute.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for you assistance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jordi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 14:49:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273323#M6820</guid>
      <dc:creator>Jordi2</dc:creator>
      <dc:date>2025-03-24T14:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273364#M6821</link>
      <description>&lt;P&gt;&amp;nbsp;There is also a property of applicationType that is tracked within the Dynatrace tenant under the &lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/semantic-dictionary/model/dt-entities#application" target="_self"&gt;Application&lt;/A&gt; (dt.entity.application) entity. This may be useful with a DQL query like the below in a Notebook:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch dt.entity.application
| fieldsAdd entity.name, applicationType&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 23:01:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273364#M6821</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-03-24T23:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273549#M6823</link>
      <description>&lt;P&gt;Hi Jordi&lt;/P&gt;&lt;P&gt;Is it possible that you have copied the Deferred Snippet, but have changed the setting in the UI to something else afterwards?&lt;BR /&gt;As you may know, one of the big advantages of the dynatrace JavaScript is that we can dynamically update the config. So what I think happens is that the first time you open the page, it is injected deferred. Then we receive a config update from the server side which switches the injection mechanism and therefore your script tag is no longer injected deferred?&lt;/P&gt;&lt;P&gt;You can check the UI to confirm, but you should also be able to confirm by loading your page in Incognito mode (=completely fresh) and check the tag. At this point, the script tag should be injected deferred. After a refresh of the page, the script tag would then be injected without the defer attribute.&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 09:58:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273549#M6823</guid>
      <dc:creator>simon_schatka</dc:creator>
      <dc:date>2025-03-26T09:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Determining injection format and type.</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273840#M6830</link>
      <description>&lt;P&gt;Hello Simon,&lt;/P&gt;&lt;P&gt;The issue did indeed come from the fact that the config is dynamically updated. When opening the web page in incognito mode, the&amp;nbsp;&lt;EM&gt;defer&amp;nbsp;&lt;/EM&gt;tag is present. And when refreshing the page, the &lt;EM&gt;defer&amp;nbsp;&lt;/EM&gt;tag is absent.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Jordi&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 10:54:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Determining-injection-format-and-type/m-p/273840#M6830</guid>
      <dc:creator>Jordi2</dc:creator>
      <dc:date>2025-03-28T10:54:28Z</dc:date>
    </item>
  </channel>
</rss>

