Skip to content

Commit 0502cd7

Browse files
committed
Merge branch 'feat/session-type-unhandled' into feat/cache-unhandled-session
2 parents 1348053 + 624524f commit 0502cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ namespace Sentry.Protocol
17571757
public int? ParentId { get; set; }
17581758
public string? Source { get; set; }
17591759
public bool Synthetic { get; set; }
1760+
public bool? Terminal { get; }
17601761
public string Type { get; set; }
17611762
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
17621763
public static Sentry.Protocol.Mechanism FromJson(System.Text.Json.JsonElement json) { }

0 commit comments

Comments
 (0)