Skip to content

Bug 2050411 - Handle null values in data without further recursion - #246

Merged
badboy merged 2 commits into
mainfrom
fix-rendering-with-null-values
Jun 29, 2026
Merged

Bug 2050411 - Handle null values in data without further recursion#246
badboy merged 2 commits into
mainfrom
fix-rendering-with-null-values

Conversation

@badboy

@badboy badboy commented Jun 29, 2026

Copy link
Copy Markdown
Member

The newly introduced session_sample_rate can actually be reported as null.
And null is an object. But it is not nested. Yet we recursed on it, eventually running out of memory.
We now explicitly handle that and display it as <null> (just so we show something).

badboy added 2 commits June 29, 2026 14:22
The newly introduced `session_sample_rate` can actually be reported as
`null`.
And `null` is an object. But it is not nested. Yet we recursed on it,
eventually running out of memory.
We now explicitly handle that and display it as `<null>` (just so we
show something).
@badboy
badboy force-pushed the fix-rendering-with-null-values branch from 3e266f0 to 2f24bd9 Compare June 29, 2026 12:22
@badboy
badboy merged commit b7d3a3c into main Jun 29, 2026
4 checks passed
@badboy
badboy deleted the fix-rendering-with-null-values branch June 29, 2026 12:26
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.

3 participants