<?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: Why is 5G Network Technology completely missing from USQL (Web &amp;amp;amp; Mobile)? in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300884#M4801</link>
    <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;Thank you so much for the official confirmation! This is exactly what we suspected.&lt;/P&gt;&lt;P&gt;Knowing that the W3C Network Information API specification naturally caps the `EffectiveConnectionType` enum at `"4g"` clarifies everything. It’s great to know that our Dynatrace JS Agent configuration is 100% healthy, and we are just bound by current browser/spec limitations until that "future" update happens.&lt;/P&gt;&lt;P&gt;This thread is now fully resolved and documented for both Mobile (Carrier masking) and Web (W3C API limits).&lt;/P&gt;&lt;P&gt;Appreciate your time and the clear answer &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Aboud&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2026 13:01:11 GMT</pubDate>
    <dc:creator>Aboud1</dc:creator>
    <dc:date>2026-06-17T13:01:11Z</dc:date>
    <item>
      <title>Why is 5G Network Technology completely missing from USQL (Web; Mobile)?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300689#M4796</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;We are trying to track &lt;STRONG&gt;5G network technology&lt;/STRONG&gt; performance in our Managed production environments via USQL, but we've noticed that 5G telemetry is completely missing from our data. Instead, it seems to be heavily misclassified or dropped.&lt;/P&gt;
&lt;P&gt;Here is what we are seeing on both platforms:&lt;/P&gt;
&lt;H3&gt;1. Native Mobile App (Android/iOS OneAgent SDK)&lt;/H3&gt;
&lt;P&gt;We ran a USQL query using the native networkTechnology field on our Mobile App (instrumented with Dynatrace Android Gradle Plugin 8.+).&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;USQL Query:&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;SQL&lt;/SPAN&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt; carrier, networkTechnology, &lt;SPAN class=""&gt;count&lt;/SPAN&gt;(&lt;SPAN class=""&gt;*&lt;/SPAN&gt;) 
&lt;SPAN class=""&gt;FROM&lt;/SPAN&gt; usersession 
&lt;SPAN class=""&gt;WHERE&lt;/SPAN&gt; useraction.application &lt;SPAN class=""&gt;=&lt;/SPAN&gt; "MyMobileApp-Prod" 
&lt;SPAN class=""&gt;AND&lt;/SPAN&gt; carrier &lt;SPAN class=""&gt;IN&lt;/SPAN&gt; ("Carrier A", "Carrier B")
&lt;SPAN class=""&gt;GROUP&lt;/SPAN&gt; &lt;SPAN class=""&gt;BY&lt;/SPAN&gt; carrier, networkTechnology&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;The Result:&lt;/STRONG&gt; We only see 802.11x (Wi-Fi), 4G, 3G, and "-" (Unknown). Even though we know a large portion of our active users are on 5G networks, &lt;STRONG&gt;5G never appears as a value&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; Does the OneAgent SDK classify 5G Non-Standalone (NSA) traffic as 4G because it relies on the LTE Core? Or do we need specific runtime OS permissions (like READ_PHONE_STATE or location) to allow the SDK to properly detect 5G NR (New Radio)?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;2. Web Application (JS Agent)&lt;/H3&gt;
&lt;P&gt;On the Web side, we attempted to map network speed/generations using custom session properties, but we only capture 4g, 3g, and slow-2g.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; Is there a known technical limitation where the Dynatrace JS Agent caps the effective network type at 4g due to W3C Network Information API constraints, making 5G tracking impossible on browsers?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Has anyone successfully captured &lt;STRONG&gt;5G&lt;/STRONG&gt; explicitly in their USQL dashboards for either Web or Mobile? Would love to know if there are workarounds or specific configurations required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Aboud&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 08:32:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300689#M4796</guid>
      <dc:creator>Aboud1</dc:creator>
      <dc:date>2026-06-15T08:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 5G Network Technology completely missing from USQL (Web &amp;amp; Mobile)?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300719#M4797</link>
      <description>&lt;P&gt;I tested it with an iOS app and there 5G appears, BUT be aware that carrier detection was removed from mobile SDKs as OS vendors updated their APIs for fingerprinting reasons to no longer return a carrier. So carrier for newer OS version (especially on iOS) will just be -, -- or null.&lt;BR /&gt;&lt;BR /&gt;Update: also tested it with an Android app and I see 5G at least from Verizon carrier&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 06:05:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300719#M4797</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2026-06-15T06:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 5G Network Technology completely missing from USQL (Web &amp;amp; Mobile)?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300815#M4798</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;Thank you so much for this crucial insight! Your update about the OS-level carrier masking completely unraveled the mystery for us.&lt;/P&gt;&lt;P&gt;Following your advice, I went back to our Mobile USQL queries and completely removed the carrier filter. Instead, I queried blindly for networkTechnology = "5G" across our production environment.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Result:&lt;/STRONG&gt; It worked perfectly! We instantly discovered over &lt;STRONG&gt;53,000 live 5G user actions&lt;/STRONG&gt; within the last 7 days on our main iOS application. As you rightly pointed out, the carrier field for all these newer devices was captured as - or --, which is why our previous queries were silently dropping them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the Web application side, we also ran extensive tests across our custom user action properties and confirmed that &lt;STRONG&gt;5G is entirely missing there&lt;/STRONG&gt;—we only capture 4g, 3g, and 2g. Do you happen to have any insights or ideas on why 5G is completely absent on the web tier? Is it strictly due to W3C Network Information API constraints where browsers cap the effective type at 4g, or is there something else at play?&lt;/P&gt;&lt;P&gt;Your response saved us a massive amount of troubleshooting time. Thanks again for the amazing support&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aboud&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2026 10:05:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300815#M4798</guid>
      <dc:creator>Aboud1</dc:creator>
      <dc:date>2026-06-16T10:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 5G Network Technology completely missing from USQL (Web &amp;amp; Mobile)?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300822#M4800</link>
      <description>&lt;P&gt;Hi Aboud,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you are correct with your assumption that this is due to Network Information API constraints. We are using&amp;nbsp;&lt;SPAN&gt;navigator.&lt;/SPAN&gt;&lt;SPAN class="hljs-property"&gt;connection&lt;/SPAN&gt;&lt;SPAN&gt;.effectiveType, to get this value and according to the spec (&lt;A href="https://wicg.github.io/netinfo/" target="_blank"&gt;https://wicg.github.io/netinfo/#effective-connection-typeshttps://wicg.github.io/netinfo/&lt;/A&gt;), the limit is 4g. It mentions that they MAY be updated in the future, but this future has not happened yet.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2026 11:59:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300822#M4800</guid>
      <dc:creator>simon_schatka</dc:creator>
      <dc:date>2026-06-16T11:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 5G Network Technology completely missing from USQL (Web &amp;amp; Mobile)?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300884#M4801</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;Thank you so much for the official confirmation! This is exactly what we suspected.&lt;/P&gt;&lt;P&gt;Knowing that the W3C Network Information API specification naturally caps the `EffectiveConnectionType` enum at `"4g"` clarifies everything. It’s great to know that our Dynatrace JS Agent configuration is 100% healthy, and we are just bound by current browser/spec limitations until that "future" update happens.&lt;/P&gt;&lt;P&gt;This thread is now fully resolved and documented for both Mobile (Carrier masking) and Web (W3C API limits).&lt;/P&gt;&lt;P&gt;Appreciate your time and the clear answer &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Aboud&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 13:01:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Why-is-5G-Network-Technology-completely-missing-from-USQL-Web/m-p/300884#M4801</guid>
      <dc:creator>Aboud1</dc:creator>
      <dc:date>2026-06-17T13:01:11Z</dc:date>
    </item>
  </channel>
</rss>

