<?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: Cannot view custom events on Flutter in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297778#M7319</link>
    <description>&lt;P&gt;You can use &lt;A href="https://docs.dynatrace.com/docs/platform/grail/dynatrace-query-language" target="_self"&gt;DQL&lt;/A&gt; in the "Notebooks" app. For example:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;fetch user.events
| filter exists(event_properties.comment)&lt;/LI-CODE&gt;&lt;P&gt;This query will return the event for all sessions in the given time frame. You can fine-tune it based on your use case.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 15:20:32 GMT</pubDate>
    <dc:creator>Thomas_Wirth1</dc:creator>
    <dc:date>2026-04-15T15:20:32Z</dc:date>
    <item>
      <title>Cannot view custom events on Flutter</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297768#M7316</link>
      <description>&lt;P&gt;I'am trying to send a custom event according to this &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/new-rum-experience/mobile-frontends/flutter/id-08-custom-events" target="_self"&gt;documentation&lt;/A&gt;. This is my Flutter code to send the event:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;    Dynatrace().sendEvent(
      EventData(
        eventProperties: {'event_properties.comment': review.value},
      ),
    );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've already&amp;nbsp;&lt;SPAN&gt;define the event properties "comment" in the Dynatrace web UI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smamani_0-1776261860777.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32741iADB4BA4527D7C374/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smamani_0-1776261860777.png" alt="smamani_0-1776261860777.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And this is the log from mi Flutter console:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;[2026-04-15 11:12:58][DYNATRACE][INFO][EventProcessor]: Reporting event: {"characteristics.is_api_reported":true,"event_properties.comment":"this is a test","duration":0,"start_time":1776262378974,"flutter.version":"3.35.2","dt.rum.event.source.type":"flutter","characteristics.has_event_properties":true}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I run my app and send the event, I don't see anything in the dashboard. "No events" is what I see.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sin título.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32742i2D766F0C28789F68/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sin título.png" alt="Sin título.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm working with&amp;nbsp;dynatrace_flutter_plugin v3.333.1.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 06:44:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297768#M7316</guid>
      <dc:creator>smamani</dc:creator>
      <dc:date>2026-04-16T06:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view custom events on Flutter</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297769#M7317</link>
      <description>&lt;P&gt;Hey smamani,&lt;BR /&gt;&lt;BR /&gt;The linked UI shows "events" from the root cause analysis like a &lt;A href="https://docs.dynatrace.com/docs/dynatrace-intelligence/root-cause-analysis/event-analysis-and-correlation/event-categories/slowdown-events#user-action-duration-degradation" target="_blank"&gt;&lt;SPAN class=""&gt;Mobile app slowdown&lt;/SPAN&gt;&lt;/A&gt;. It does not show data reported by OneAgent.&lt;BR /&gt;&lt;BR /&gt;The sendEvent API is part of the New RUM Experience and this monitoring data will not be visible in the RUM Classic screens. You can see the event in the "Users &amp;amp; Sessions" app (you have to enable the "Property" category). And you can also query the event via DQL (in the Notebook app or as part of your dashboard).&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 14:51:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297769#M7317</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2026-04-15T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view custom events on Flutter</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297773#M7318</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;First of all, thank you for your quick response. I tried what you suggested, and now I can see the events!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smamani_0-1776265453695.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32743i417186030E987469/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smamani_0-1776265453695.png" alt="smamani_0-1776265453695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just one more question: is it possible to filter for this event across ALL sessions in my app from "User &amp;amp; Sessions"? I need a list of all events of this type.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 15:08:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297773#M7318</guid>
      <dc:creator>smamani</dc:creator>
      <dc:date>2026-04-15T15:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view custom events on Flutter</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297778#M7319</link>
      <description>&lt;P&gt;You can use &lt;A href="https://docs.dynatrace.com/docs/platform/grail/dynatrace-query-language" target="_self"&gt;DQL&lt;/A&gt; in the "Notebooks" app. For example:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;fetch user.events
| filter exists(event_properties.comment)&lt;/LI-CODE&gt;&lt;P&gt;This query will return the event for all sessions in the given time frame. You can fine-tune it based on your use case.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 15:20:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Cannot-view-custom-events-on-Flutter/m-p/297778#M7319</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2026-04-15T15:20:32Z</dc:date>
    </item>
  </channel>
</rss>

