1.9.0
What's Changed
SRE-3456: add optional diagnostics tracing by @jmcdade11 in #72
You can now set the new property MongoClientOptions.Telemetry.CaptureDiagnosticEvents
to true to capture all C# driver events as OpenTelemetry span events. The C# driver events' properties are converted into OTel tags.
New Contributors
- @jmcdade11 made their first contribution in #72
Full Changelog: 1.8.0...1.9.0