<?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: Tips - Mobile app action before a crash in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/Tips-Mobile-app-action-before-a-crash/m-p/233626#M1135</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66331"&gt;@Pierre_L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for sharing this tip.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 14:48:34 GMT</pubDate>
    <dc:creator>Mizső</dc:creator>
    <dc:date>2024-01-08T14:48:34Z</dc:date>
    <item>
      <title>Tips - Mobile app action before a crash</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Tips-Mobile-app-action-before-a-crash/m-p/233491#M1134</link>
      <description>&lt;P&gt;I'm sharing this tips and hope that can be helpfull.&lt;/P&gt;
&lt;P&gt;A mobile app developper I discussed with recently told me what can be very usefull with Dynatrace to replace 2 other products actually used to partially help him in debugging mobile app crash.&lt;/P&gt;
&lt;P&gt;He needs 3 informations :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;App crash details&lt;/LI&gt;
&lt;LI&gt;Session replay for crashed sessions&lt;/LI&gt;
&lt;LI&gt;Last action performed before the crash occured&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;First two are simple as it's out-of-the-box within the RUM integration but for the third one, I can't find the information easily.&lt;/P&gt;
&lt;P&gt;In Mobile app, we don't have the same view as Web app with entry or exit actions displayed in the UI so I started some test using USQL and I found that these requests perfectly match :&lt;/P&gt;
&lt;P&gt;Last actions before a crash :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT name AS "Last Action",count(*) AS "Crashes count" FROM useraction WHERE isExitAction=true AND usersession.crashGroupId IS NOT NULL GROUP BY name&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Action list.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16636i7A0F31CF17CEDF9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Action list.png" alt="Action list.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Touch actions :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT name AS "Last Action",count(*) AS "Crashes count" FROM useraction WHERE isExitAction=true AND (name STARTSWITH "Touch") AND usersession.crashGroupId IS NOT NULL GROUP BY name&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other actions :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT name AS "Last Action",count(*) AS "Crashes count" FROM useraction WHERE isExitAction=true AND NOT(name STARTSWITH "Touch") AND usersession.crashGroupId IS NOT NULL GROUP BY name&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Action list 2.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16637i0E4E157353A2FCA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Action list 2.png" alt="Action list 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 12:31:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Tips-Mobile-app-action-before-a-crash/m-p/233491#M1134</guid>
      <dc:creator>Pierre_L</dc:creator>
      <dc:date>2024-01-22T12:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tips - Mobile app action before a crash</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Tips-Mobile-app-action-before-a-crash/m-p/233626#M1135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66331"&gt;@Pierre_L&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for sharing this tip.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 14:48:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Tips-Mobile-app-action-before-a-crash/m-p/233626#M1135</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2024-01-08T14:48:34Z</dc:date>
    </item>
  </channel>
</rss>

