datadog_grpc_interceptor 2.0.0
datadog_grpc_interceptor: ^2.0.0 copied to clipboard
A plugin for use with the DatadogSdk, used to track performance of gRPC and enable Datadog Distributed Tracing.
Changelog #
2.0.0 #
- Support RUM context in trace headers.
- Support consistent sampling based on session id.
- [Web] Fix conversion of List to JSArray for Flutter Web.
- Support deterministic sampling decisions on distributed traces.
1.1.0 #
- Support 128-bit trace ids in distributed tracing.
1.0.1 #
- Constrain compatible
datadog_flutter_pluginto <2.5.0
1.0.0 #
- First official release.
- Update to v2.0 of Datadog SDKs.
1.0.0-beta.2 #
- Send trace sample rate (
_dd.rule_psr) for APM's traffic ingestion control page. - Support for OTel
b3and W3Ctracecontextheader injection
1.0.0-beta.1 #
- Initial release of the gRPC client interceptor.