DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
43 stars 42 forks source link

Dio requests tracking #538

Closed awais-jamil closed 8 months ago

awais-jamil commented 8 months ago

Hi I would like to learn how to track dio requests

fuzzybinary commented 8 months ago

Because we track at the dart:io level datadog_tracking_http_client will track dio requests just fine.

If you're having any issues with it, please reopen with more details about what problems you're having.