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

Unable to get the 3rd party calls, User Interactions and Gestures metrics in flutter plugin iOS ?

saikishore
Visitor

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

1 REPLY 1

nicholas_mcwher
Dynatrace Helper
Dynatrace Helper

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

Featured Posts