<?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 How to identify users in my Flutter app with Dynatrace? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-identify-users-in-my-Flutter-app-with-Dynatrace/m-p/271747#M6791</link>
    <description>&lt;P&gt;Hello, community.&lt;/P&gt;&lt;P&gt;I have a mobile banking application developed in Flutter, and I have already instrumented it following the official Dynatrace guide. However, when I check the data in Dynatrace, all users appear as "anonymous," and I can't see their names or any unique identifier.&lt;/P&gt;&lt;P&gt;I would like to know the steps to make Dynatrace display user names or some kind of ID in my application. I have reviewed the documentation, but it's not entirely clear to me how to configure it correctly.&lt;/P&gt;&lt;P&gt;I would really appreciate it if someone could explain it step by step or share a practical example.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 15:28:12 GMT</pubDate>
    <dc:creator>NicoleMT</dc:creator>
    <dc:date>2025-03-06T15:28:12Z</dc:date>
    <item>
      <title>How to identify users in my Flutter app with Dynatrace?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-identify-users-in-my-Flutter-app-with-Dynatrace/m-p/271747#M6791</link>
      <description>&lt;P&gt;Hello, community.&lt;/P&gt;&lt;P&gt;I have a mobile banking application developed in Flutter, and I have already instrumented it following the official Dynatrace guide. However, when I check the data in Dynatrace, all users appear as "anonymous," and I can't see their names or any unique identifier.&lt;/P&gt;&lt;P&gt;I would like to know the steps to make Dynatrace display user names or some kind of ID in my application. I have reviewed the documentation, but it's not entirely clear to me how to configure it correctly.&lt;/P&gt;&lt;P&gt;I would really appreciate it if someone could explain it step by step or share a practical example.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 15:28:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-identify-users-in-my-Flutter-app-with-Dynatrace/m-p/271747#M6791</guid>
      <dc:creator>NicoleMT</dc:creator>
      <dc:date>2025-03-06T15:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify users in my Flutter app with Dynatrace?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-identify-users-in-my-Flutter-app-with-Dynatrace/m-p/271798#M6793</link>
      <description>&lt;H3&gt;Identify a user&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;You can identify a user and tag the current&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="natanael_mendes_0-1741310889670.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26833iC12CA3E47A3EF583/image-size/medium?v=v2&amp;amp;px=400" role="button" title="natanael_mendes_0-1741310889670.png" alt="natanael_mendes_0-1741310889670.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Documentation Flutter Plugin:&lt;A href="https://pub.dev/packages/dynatrace_flutter_plugin" target="_blank" rel="noopener"&gt;https://pub.dev/packages/dynatrace_flutter_plugin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically you need to find the variable that you store your client name or identification and use inside the "()"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;like this&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;import 'package:webview_flutter/webview_flutter.dart';&lt;/P&gt;&lt;P&gt;WebViewController webViewController = WebViewController();&lt;/P&gt;&lt;P&gt;String userName = "JohnDoe"; // take this from your authentication logic&lt;/P&gt;&lt;P&gt;webViewController.runJavaScript(&lt;BR /&gt;'Dynatrace().identifyUser("$userName");'&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me know if works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 18:19:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-identify-users-in-my-Flutter-app-with-Dynatrace/m-p/271798#M6793</guid>
      <dc:creator>natanael_mendes</dc:creator>
      <dc:date>2025-03-07T18:19:26Z</dc:date>
    </item>
  </channel>
</rss>

