5.8.0 (2023-03-07)
Features Added
ActivitySource
activities that are used when using the experimental OpenTelemetry support will include theaz.schema_url
tag indicating the OpenTelemetry schema version. They will also include the messaging attribute specified here.
Bugs Fixed
- Corrected log message issue causing formatting to fail when developer code for processing events leaks an exception. This obscured the warning that was intended to be emitted to the error handler.
Other Changes
- Calling
ToString
on anEventHubsException
now includes details of any inner exception.