
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Aug 2019
10:26 AM
- last edited on
‎16 Oct 2023
03:39 PM
by
random_user
Hello all,
I have a hybrid mobile application for Android and IOs.
How can i to instrument this applications without to use the Cordova plugin?
We have seen this https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/181686/hybrid-mobile-app-supp..., are there any progress about this? or any documentation?
Thanks.
Jose A
Solved! Go to Solution.
- Labels:
-
android
-
ios
-
mobile monitoring
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Aug 2019 11:13 AM
Basically the Cordova Plugin is something that automates the process of getting everything setup. So of course you can do it manually as well:
- In the WebUI proceed with the Cordova Application (created connected Web Application), even if you don't have a Cordova Application.
- Take the JSAgent URL from the dynatrace.config file and download the JSAgent. Include this snippet in the index.html of your hybrid application.
- Instrument the Application with the Android Auto Instrumentor using properties like DTXHybridApplication and DTXSetCookiesForDomain.
This is a rough explanation about what has to happen in order to get a successful instrumentation. I don't think there is a documentation about this.
What framework do you use?
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎07 Aug 2019 09:08 AM
Thank you very much Matthias
I don't know, it's a different development team, I'm going to check it out.
Will we have to consider something according to the framework used?
Best regards.
Jose A
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎07 Aug 2019 09:15 AM
No, but it would probably help me to give you more details.
