v2.0.0
- #113 - breaking - use
SourceContextto populate instrumentation scope name (@nblumhardt) - #118 - documentation for suppressing instrumentation (@nblumhardt)
- #122 - update Serilog.Sinks.PeriodicBatching dependency (@nblumhardt)
- #123 - add
headersandresourceAttributesto simple configuration methods (@nblumhardt) - #131 - add
restrictedToMinimumLevelparameter to configuration methods (@CloudeaSoft) - #125 - specify a non-tracing default
HttpMessageHandleron .NET 6.0+ (@KodrAus) - #133 - add
includedDataparameter to configuration methods (@binginsin)
#113 defaults to mapping SourceContext to the instrumentation scope name, and will omit the SourceContext from the log event payload by default. To preserve it, specify IncludedData.SourceContextAttribute.