05 Jul 2022 04:18 PM - last edited on 06 Jul 2022 01:44 PM by MaciejNeumann
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 'Dynatrace/SessionReplay', '~> 8.217'
<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?
Solved! Go to Solution.
05 Jul 2022 05:16 PM
HI @atluriomkar
Check the npm dynatrace/cordova-plugin for Ionic WebView for Cordova and Capacitor instrumentation
HTH
Yos
05 Jul 2022 10:01 PM
Sure. I will try with the npm package. Thank you very much.