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

Does Dynatrace support Ionic, Capacitor and Angular based mobile app?

atluriomkar
Visitor

I am trying to integrate Dynatrace for iOS and Android mobile apps which are built using technologies Ionic, Capacitor, a few Cordova plugins(webView), and Angular. I am only seeing mobile app loading event logging all the time for both ios and android. I don't see session replay or events or user actions and service requests status. I did follow adding below to iOS.

POD FILE:

  • Add the Dynatrace OneAgent as a dependency within your Podfile.
  • Run pod install and remember to use pod update whenever you want to update to the latest version available.

pod 'Dynatrace/SessionReplay', '~> 8.217'

Add application identification keys to your Info.plist file

<key>DTXApplicationID</key>

<string>xxxxxxxx-xxx-xxxx-xxxx-xxxxxx</string>

<key>DTXBeaconURL</key>

<string>https://xxxxxxx.bf.dynatrace.com/mbeacon</string>

<key>DTXUserOptIn</key>

<true/>

<key>DTXStartupLoadBalancing</key>

<true/>

 

Can you please help me if I am missing something?

2 REPLIES 2

Yosi_Neuman
DynaMight Guru
DynaMight Guru

HI @atluriomkar 

Check the npm dynatrace/cordova-plugin for Ionic WebView for Cordova  and Capacitor instrumentation

HTH

Yos 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Sure. I will try with the npm package. Thank you very much. 

Featured Posts