File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/Serilog.Sinks.OpenTelemetry.Tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace Serilog.Sinks.OpenTelemetry
3838 public Serilog.Sinks.OpenTelemetry.IncludedData IncludedData { get; set; }
3939 public Serilog.Core.LoggingLevelSwitch? LevelSwitch { get; set; }
4040 public string? LogsEndpoint { get; set; }
41- public System.Func<System.IDisposable>? OnBeginSuppressInstrumentation { get; set; }
41+ public System.Func<bool, System.IDisposable>? OnBeginSuppressInstrumentation { get; set; }
4242 public Serilog.Sinks.OpenTelemetry.OtlpProtocol Protocol { get; set; }
4343 public System.Collections.Generic.IDictionary<string, object> ResourceAttributes { get; set; }
4444 public Serilog.Events.LogEventLevel RestrictedToMinimumLevel { get; set; }
You can’t perform that action at this time.
0 commit comments