EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
143 stars 37 forks source link

Fix tracing injection when event is non-JSON #317

Closed josephcummings closed 3 weeks ago

josephcummings commented 1 month ago

Changed: Made trace context injection/extraction more robust. Changed: Trace context injection/extraction will only occur when event content type is json.

Fixes https://github.com/EventStore/EventStore-Client-Dotnet/issues/316