19 Jul 2022 05:19 AM - edited 19 Jul 2022 05:19 AM
Now I can be able to install the dynatrace flutter plugin with new version.
I have followed the steps using below link :
https://pub.dev/packages/dynatrace_flutter_plugin/example
Still not getting the 3rd party calls, User Interactions and Gestures metrics in iOS?
Can you please provide the sample flutter applications using above scenarios to verify the flutter instrumentation?
I'm getting the number of launches in dynatrace dashboard unable to get any metrics in iOS?
Thanks
Solved! Go to Solution.
19 Jul 2022 10:14 AM - edited 19 Jul 2022 03:08 PM
Hi there!
Thanks for reaching out. For user interactions/gestures, did you happen to create an action inside of the "onTap", "onPressed" or other options with your gestures?:
https://pub.dev/packages/dynatrace_flutter_plugin#manualAction
For 3rd party calls (if you are not using dart's http package), you can use the following:
https://pub.dev/packages/dynatrace_flutter_plugin#webRequest
Or by 3rd party calls do you mean you have http requests coming from a different library where you are not able to use the method in the link above? Can you provide more information on this?
Does this help? Please let us know if further assistance is needed.
Thanks!
Nick