We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ddc24 commit f4f9c90Copy full SHA for f4f9c90
src/Sentry/Internal/JsonSerializer.cs
@@ -10,6 +10,7 @@ internal static class JsonSerializer
10
{
11
ConstructorHandling = ConstructorHandling.AllowNonPublicDefaultConstructor,
12
NullValueHandling = NullValueHandling.Ignore,
13
+ ReferenceLoopHandling = ReferenceLoopHandling.Ignore,
14
Formatting = Formatting.None,
15
Converters = new[] { StringEnumConverter }
16
};
0 commit comments