Skip to content

Commit f4f9c90

Browse files
snakefootbruno-garcia
authored andcommitted
JsonSerializerSettings - ReferenceLoopHandling.Ignore (#312)
1 parent 15ddc24 commit f4f9c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sentry/Internal/JsonSerializer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ internal static class JsonSerializer
1010
{
1111
ConstructorHandling = ConstructorHandling.AllowNonPublicDefaultConstructor,
1212
NullValueHandling = NullValueHandling.Ignore,
13+
ReferenceLoopHandling = ReferenceLoopHandling.Ignore,
1314
Formatting = Formatting.None,
1415
Converters = new[] { StringEnumConverter }
1516
};

0 commit comments

Comments
 (0)