Skip to content

Commit bf68d35

Browse files
committed
test: update API approvals
1 parent b0ec5a3 commit bf68d35

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/Sentry.Serilog.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace Serilog
2929
Serilog.Events.LogEventLevel? minimumEventLevel = default,
3030
System.IFormatProvider? formatProvider = null,
3131
Serilog.Formatting.ITextFormatter? textFormatter = null,
32-
bool? experimentalEnableLogs = default,
3332
bool? sendDefaultPii = default,
3433
bool? isEnvironmentUser = default,
3534
string? serverName = null,
@@ -47,6 +46,7 @@ namespace Serilog
4746
Sentry.SentryLevel? diagnosticLevel = default,
4847
Sentry.ReportAssembliesMode? reportAssembliesMode = default,
4948
Sentry.DeduplicateMode? deduplicateMode = default,
50-
System.Collections.Generic.Dictionary<string, string>? defaultTags = null) { }
49+
System.Collections.Generic.Dictionary<string, string>? defaultTags = null,
50+
bool? experimentalEnableLogs = default) { }
5151
}
5252
}

test/Sentry.Serilog.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace Serilog
2929
Serilog.Events.LogEventLevel? minimumEventLevel = default,
3030
System.IFormatProvider? formatProvider = null,
3131
Serilog.Formatting.ITextFormatter? textFormatter = null,
32-
bool? experimentalEnableLogs = default,
3332
bool? sendDefaultPii = default,
3433
bool? isEnvironmentUser = default,
3534
string? serverName = null,
@@ -47,6 +46,7 @@ namespace Serilog
4746
Sentry.SentryLevel? diagnosticLevel = default,
4847
Sentry.ReportAssembliesMode? reportAssembliesMode = default,
4948
Sentry.DeduplicateMode? deduplicateMode = default,
50-
System.Collections.Generic.Dictionary<string, string>? defaultTags = null) { }
49+
System.Collections.Generic.Dictionary<string, string>? defaultTags = null,
50+
bool? experimentalEnableLogs = default) { }
5151
}
5252
}

test/Sentry.Serilog.Tests/ApiApprovalTests.Run.Net4_8.verified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace Serilog
2929
Serilog.Events.LogEventLevel? minimumEventLevel = default,
3030
System.IFormatProvider? formatProvider = null,
3131
Serilog.Formatting.ITextFormatter? textFormatter = null,
32-
bool? experimentalEnableLogs = default,
3332
bool? sendDefaultPii = default,
3433
bool? isEnvironmentUser = default,
3534
string? serverName = null,
@@ -47,6 +46,7 @@ namespace Serilog
4746
Sentry.SentryLevel? diagnosticLevel = default,
4847
Sentry.ReportAssembliesMode? reportAssembliesMode = default,
4948
Sentry.DeduplicateMode? deduplicateMode = default,
50-
System.Collections.Generic.Dictionary<string, string>? defaultTags = null) { }
49+
System.Collections.Generic.Dictionary<string, string>? defaultTags = null,
50+
bool? experimentalEnableLogs = default) { }
5151
}
5252
}

0 commit comments

Comments
 (0)