cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hybrid Mobile App Support in Dynatrace S/M

DouglasPak
Dynatrace Guide
Dynatrace Guide

Does Dynatrace S/M support hybrid mobile apps? I saw a couple of mentions of hybrid apps in the Android documentation but not for iOS. Is there detailed documentation like there is for AppMon?

4 REPLIES 4

dominik_punz
Dynatrace Champion
Dynatrace Champion

Hi Doug,

we are currently working on the hybrid support for Dynatrace. As you already noted in your email, the Cordova plugin works for Dynatrace and AppMon. Currently we are working on integrating hybrid apps into the UI as well, meaning that hybrid sessions should appear as one unified session with user actions from the native app and web. After this is available we will also make sure that there is documentation for Dynatrace available too.

Besides using the Cordova plugin you can also follow the manual instrumentation as described in the AppMon documentation.

Best regards,

Dominik

dominik_punz
Dynatrace Champion
Dynatrace Champion

Update

Hybrid app sessions are now supported in the Dynatrace session search. To instrument a hybrid app you need to specify 2 apps (1 agentless web and 1 native mobile app) and then either use the Cordova plugin or manually download inline JS code via the REST API insert it into your html files and use Gradle to insert the Android agent and CocoaPods to insert the iOS agent.

Has the combining of the apps been done as yet? Is there any better documentation??

Not yet - we are working on integrating the Cordova plugin in the deployment workflow and most certainly automate the step of defining the agentless web app, so that you do not have to worry about it manually.

As for the documentation, please refer to the doc on npmjs: https://www.npmjs.com/package/dynatrace-cordova-plugin

Featured Posts