<?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: Cordova plugin in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127274#M1378</link>
    <description>&lt;P&gt;I’m not familiar with cordova plugin enaugh to answer about first part of this question, but to have crashes indeed you need native plugin. Web one will only collect JS errors that are right before crash (if there is any). Stack trace of crash can be collected only by native agent.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 21:51:00 GMT</pubDate>
    <dc:creator>skrystosik</dc:creator>
    <dc:date>2020-02-12T21:51:00Z</dc:date>
    <item>
      <title>Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127273#M1377</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When deploying the cordova plugin, you need to create a second (web) application containing the user actions. This means the original defined application is only used as a place holder? Or is advised to also deploy a native agent? How about app crashes I assume this also needs a native agent?&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 17:50:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127273#M1377</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2020-02-12T17:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127274#M1378</link>
      <description>&lt;P&gt;I’m not familiar with cordova plugin enaugh to answer about first part of this question, but to have crashes indeed you need native plugin. Web one will only collect JS errors that are right before crash (if there is any). Stack trace of crash can be collected only by native agent.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:51:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127274#M1378</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-02-12T21:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127275#M1379</link>
      <description>&lt;P&gt;Hi Henk,&lt;/P&gt;&lt;P&gt;From my understanding, there are two applications to be created for a Cordova-based mobile application. The primary application is for the native container of the mobile application, which provides insight such as application crashes on native level.&lt;/P&gt;&lt;P&gt; while the secondary application is for the capture of user actions in the web view of the mobile application.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/news/blog/monitor-hybrid-mobile-apps-with-the-cordova-plugin/"&gt;https://www.dynatrace.com/news/blog/monitor-hybrid-mobile-apps-with-the-cordova-plugin/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Sia&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 22:59:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127275#M1379</guid>
      <dc:creator>sia_h</dc:creator>
      <dc:date>2020-02-12T22:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127276#M1380</link>
      <description>&lt;P&gt;Ok so question was about dynatrace application &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; neurons failed me today. You are totally right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 23:37:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127276#M1380</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-02-12T23:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127277#M1381</link>
      <description>&lt;P&gt;Hi Sia, Sebastian,&lt;/P&gt;Thanks for your replies, &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 04:38:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127277#M1381</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2020-02-13T04:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127278#M1382</link>
      <description>&lt;P&gt;Additionally the Mobile Agent provides device information about the mobile device. It also depends how your application is structured. Sometimes Cordova application use native web request frameworks. In this case you would need the Mobile Agent as well. As stated by the others main use case is native crashes and application startup.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 08:37:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127278#M1382</guid>
      <dc:creator>matthias_hochri</dc:creator>
      <dc:date>2020-02-13T08:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127279#M1383</link>
      <description>&lt;P&gt;Hello Matthias,&lt;/P&gt;&lt;P&gt;I was hoping to see at least the application startup, but even that is not the case. So nothing in the native dashboards,,,&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 09:16:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127279#M1383</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2020-02-13T09:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cordova plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127280#M1384</link>
      <description>&lt;P&gt;No Native information at all means there is a problem with configuration. Try to open a support case where we have a detailed look into this problem. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 09:24:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cordova-plugin/m-p/127280#M1384</guid>
      <dc:creator>matthias_hochri</dc:creator>
      <dc:date>2020-02-13T09:24:59Z</dc:date>
    </item>
  </channel>
</rss>

