Skip to content

When flattening don't treat null as an object#234

Merged
badboy merged 1 commit intomainfrom
233/handle-null-value
Jul 1, 2025
Merged

When flattening don't treat null as an object#234
badboy merged 1 commit intomainfrom
233/handle-null-value

Conversation

@badboy
Copy link
Member

@badboy badboy commented Jul 1, 2025

Despite our best efforts we do allow null as a value in e.g. object metrics to be sent.
That previously crashed the frontend as it tried to dive into null as if it was an object.
It's not, despite everything typeof null wants to tell you. We handle that case explicitly now and just render null values as ... nothing.

Fixes #233

Despite our best efforts we do allow `null` as a value in e.g. object
metrics to be sent.
That previously crashed the frontend as it tried to dive into `null` as
if it was an object.
It's not, despite everything `typeof null` wants to tell you.
We handle that case explicitly now and just render `null` values as ...
nothing.

Fixes #233
@badboy badboy merged commit 78a739f into main Jul 1, 2025
5 checks passed
@badboy badboy deleted the 233/handle-null-value branch July 1, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some pings somehow crash the frontend

2 participants