datadog_tracking_http_client 1.0.1 datadog_tracking_http_client: ^1.0.1 copied to clipboard
A wrapping implementation of HttpClient for tracking resources with Datadog
Datadog Tracking HTTP Client Plugin #
A plugin for use with the Datadog SDK, used to track performance of HTTP calls and enable Datadog Distributed Tracing.
⚠️ This plugin is still in Alpha / Developer Preview.
Getting started #
To utilize this plugin, enable it during configuration of your SDK:
import 'package:datadog_tracking_http_client/datadog_tracing_http_client.dart'
final configuration = DdSdkConfiguration(
// configuration
)..enableHttpTracking()
Contributing #
Pull requests are welcome. First, open an issue to discuss what you would like to change. For more information, read the Contributing guide in the root repository.