Skip to content

v2.0.0

Compare
Choose a tag to compare
@serilog-build serilog-build released this 07 May 01:35
948fa0f
  • #113 - breaking - use SourceContext to populate instrumentation scope name (@nblumhardt)
  • #118 - documentation for suppressing instrumentation (@nblumhardt)
  • #122 - update Serilog.Sinks.PeriodicBatching dependency (@nblumhardt)
  • #123 - add headers and resourceAttributes to simple configuration methods (@nblumhardt)
  • #131 - add restrictedToMinimumLevel parameter to configuration methods (@CloudeaSoft)
  • #125 - specify a non-tracing default HttpMessageHandler on .NET 6.0+ (@KodrAus)
  • #133 - add includedData parameter 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.