DataDog / dd-sdk-flutter

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

[datadog_tracking_http_client] Web support #576

Closed egonm12 closed 3 months ago

egonm12 commented 3 months ago

Feature description

Are there plans to support the HTTP tracking client for the web?

Proposed solution

No response

Other relevant information

No response

fuzzybinary commented 3 months ago

Hi @egonm12 ,

By enabling RUM, the Datadog Browser SDK should automatically perform resource / HTTP tracking performed by XHR requests, so the tracking HTTP client shouldn't be needed.

Is there something that we're not capturing that you need us to?

fuzzybinary commented 3 months ago

Hi @egonm12 ,

I'm going to close this due to lack of activity. Please feel free to respond and let me know if there's a specific feature of the Tracking HTTP Client that you're not seeing and we'll reopen.

egonm12 commented 3 months ago

@fuzzybinary I missed your initial reply. Thanks for the response, makes sense to use the browser SDK!

fuzzybinary commented 3 months ago

@egonm12 The Flutter SDK on Web requires the Browser SDK to work generally, and as a side effect supports XHR tracking. But, if you see any issues with it please let me know.