Skip to content

Commit f8a2dde

Browse files
committed
Update API spec
1 parent 5d0d088 commit f8a2dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serilog.Sinks.OpenTelemetry.Tests/PublicApiVisibilityTests.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)