<?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: Flutter User Action Auto-Instrumentation – Any Updates Since the Last Discussion? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-User-Action-Auto-Instrumentation-Any-Updates-Since-the/m-p/296257#M7285</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;With release of 3.333.1 we added the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[New RUM experience] Added automatic user interaction tracking for touch events. When enabled server-side, tap interactions are captured with widget paths, labels, and responder information. The feature is controlled by the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;touchInteractionEnabled&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;flag from the native agent configuration.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(We will probably correct this changelog still, so it is more precise. The&amp;nbsp;&lt;CODE&gt;touchInteractionEnabled&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;is simply the configuration in new rum on grail experience where you can turn off UserInteractions in the web platform, so this gets reflected at runtime.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So this will now show out of the box user interactions (What and where the user clicked). Additionally on the roadmap until June are user actions which will sit on top of the user interactions and will then automatically support your use case (e.g. web request linked to user action) for the new rum on grail experience.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2026 06:51:46 GMT</pubDate>
    <dc:creator>matthias_hochri</dc:creator>
    <dc:date>2026-03-17T06:51:46Z</dc:date>
    <item>
      <title>Flutter User Action Auto-Instrumentation – Any Updates Since the Last Discussion?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-User-Action-Auto-Instrumentation-Any-Updates-Since-the/m-p/296239#M7283</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;I’m opening this &lt;STRONG&gt;new thread because the previous discussion about Flutter Mobile App Instrumentation has already been closed (&lt;A title="Flutter Mobile App Instrumentation" href="https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-Mobile-App-Instrumentation/m-p/260624#M6397" target="_blank" rel="noopener"&gt;https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-Mobile-App-Instrumentation/m-p/260624#M6397&lt;/A&gt;)&lt;/STRONG&gt;. I have carefully read that post and the responses, and I understand that &lt;STRONG&gt;at that time there was no auto-instrumentation for user actions (button taps, gestures) at the Flutter/Dart layer&lt;/STRONG&gt;, only partial automatic capture for web requests, errors, and navigation, with manual instrumentation being required for user interactions.&lt;/P&gt;&lt;P&gt;With that context in mind, I would like to ask whether there have been &lt;STRONG&gt;any updates, improvements, or roadmap changes since then&lt;/STRONG&gt; regarding &lt;STRONG&gt;auto-instrumentation for Dart/Flutter applications&lt;/STRONG&gt;, especially at the &lt;STRONG&gt;user action level&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;If auto-instrumentation for Flutter user interactions is still not available, I would also appreciate guidance on &lt;STRONG&gt;current best practices recommended by Dynatrace&lt;/STRONG&gt; for day-to-day observability in Flutter apps.&lt;/P&gt;&lt;H3&gt;Scenario&lt;/H3&gt;&lt;P&gt;A user taps on the &lt;STRONG&gt;“My balances”&lt;/STRONG&gt; button, and the application displays all available balances for the user’s account.&lt;/P&gt;&lt;H3&gt;Desired outcome&lt;/H3&gt;&lt;P&gt;We would like to observe this interaction as a &lt;STRONG&gt;single, well-defined user action&lt;/STRONG&gt;, for example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;User Action:&lt;/STRONG&gt; &lt;EM&gt;Touch on “My balances”&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Within this action, we would like to see:&lt;UL&gt;&lt;LI&gt;The backend endpoint &lt;STRONG&gt;GET /v1/balances&lt;/STRONG&gt; being called&lt;/LI&gt;&lt;LI&gt;A response time of &lt;STRONG&gt;200 ms&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;An HTTP status code &lt;STRONG&gt;200 – Success&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In other words, the goal is to have the &lt;STRONG&gt;button tap (“Touch on My balances”) as the parent user action&lt;/STRONG&gt;, with the related HTTP request fully correlated inside it, allowing clear end-to-end visibility of the user experience.&lt;/P&gt;&lt;H3&gt;Questions&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Since the last closed discussion, are there any &lt;STRONG&gt;new updates or plans on the roadmap&lt;/STRONG&gt; for &lt;STRONG&gt;automatic user action instrumentation in Flutter&lt;/STRONG&gt; (e.g., button taps, gestures, UI interactions)?&lt;/LI&gt;&lt;LI&gt;If this is still not supported, what is the &lt;STRONG&gt;recommended approach today&lt;/STRONG&gt; to:&lt;UL&gt;&lt;LI&gt;Manually instrument user interactions in Flutter&lt;/LI&gt;&lt;LI&gt;Correlate those interactions with HTTP requests&lt;/LI&gt;&lt;LI&gt;Keep the instrumentation effort manageable and consistent across the app?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any updates, best practices, or documentation references would be highly appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Mar 2026 17:47:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-User-Action-Auto-Instrumentation-Any-Updates-Since-the/m-p/296239#M7283</guid>
      <dc:creator>AndreMaas</dc:creator>
      <dc:date>2026-03-16T17:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Flutter User Action Auto-Instrumentation – Any Updates Since the Last Discussion?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-User-Action-Auto-Instrumentation-Any-Updates-Since-the/m-p/296257#M7285</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;With release of 3.333.1 we added the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[New RUM experience] Added automatic user interaction tracking for touch events. When enabled server-side, tap interactions are captured with widget paths, labels, and responder information. The feature is controlled by the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;touchInteractionEnabled&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;flag from the native agent configuration.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(We will probably correct this changelog still, so it is more precise. The&amp;nbsp;&lt;CODE&gt;touchInteractionEnabled&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;is simply the configuration in new rum on grail experience where you can turn off UserInteractions in the web platform, so this gets reflected at runtime.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So this will now show out of the box user interactions (What and where the user clicked). Additionally on the roadmap until June are user actions which will sit on top of the user interactions and will then automatically support your use case (e.g. web request linked to user action) for the new rum on grail experience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 06:51:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Flutter-User-Action-Auto-Instrumentation-Any-Updates-Since-the/m-p/296257#M7285</guid>
      <dc:creator>matthias_hochri</dc:creator>
      <dc:date>2026-03-17T06:51:46Z</dc:date>
    </item>
  </channel>
</rss>

