Skip to content

decimals_count_distribution can't be serialized #382

@sentry

Description

@sentry

decimals_count_distribution can't be serialized and this is causing the below exception.

Fortunately, it doesn't need to be serialized...

System.ArgumentException: .NET number values such as positive and negative infinity cannot be written as valid JSON.
  Module "System.Text.Json.ThrowHelper", in ThrowArgumentException_ValueNotSupported
  Module "System.Text.Json.Utf8JsonWriter", in WriteNumberValue
  Module "System.Text.Json.JsonPropertyInfoNotNullable`4", in OnWrite
  Module "System.Text.Json.JsonSerializer", in Write
  Module "System.Text.Json.JsonSerializer", in WriteAsyncCore
...
(27 additional frame(s) were not displayed)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions