Hi, sorry about posting a question here but could not find a better place.
Is there any plans to update this package to utilize the latest version of Serilog? With version 3.1 Serilog added TraceId and SpanId as first-level properties on the LogEvent. These are not propagated to AzureAnalytics with the current version of this great package.
I've created a local fork of this project and tested updating to the latest version and added the two new properties in the ConvertToDictionary method. This works great in our application but would prefer to use this package instead.
I would be happy to help with updating this package to support the new version of Serilog.
Hi, sorry about posting a question here but could not find a better place.
Is there any plans to update this package to utilize the latest version of Serilog? With version 3.1 Serilog added TraceId and SpanId as first-level properties on the LogEvent. These are not propagated to AzureAnalytics with the current version of this great package.
I've created a local fork of this project and tested updating to the latest version and added the two new properties in the ConvertToDictionary method. This works great in our application but would prefer to use this package instead.
I would be happy to help with updating this package to support the new version of Serilog.