Remove WithCorrelationInfo
Serilog enrichment overload without `IServiceProvider
#394
Labels
breaking-change
All issues that require to do a breaking chnage
correlation
All issues related to correlating telemetry
enrichers
All issues related to Serilog enrichers to automatically provide contextual information
good first issue
Good for newcomers
serilog
All issues related to Serilog
Milestone
Is your feature request related to a problem? Please describe.
Previously, we made sure that correlation is scoped, which means that the Serilog enrichment should also make use of scoped dependencies and those kinds are only available in the
IServiceProvider
.Describe the solution you'd like
Remove the deprecated
WithCorrelationInfo
Serilog enrichment overload without theIServiceProvider
in theArcus.Observability.Telemetry.Serilog.Enrichers
project.The text was updated successfully, but these errors were encountered: