Merged
Size
S
Change Breakdown
Bug Fix95%
Docs5%
#3400fix(webapp): prevent dashboard crash when span accessory text is not a string

Dashboard crashes prevented for malformed span data

A new safeguard prevents the webapp dashboard from crashing when encountering malformed span accessory data. By filtering out non-string items, the UI remains stable even if the underlying data is flawed.

Stability is being improved in the webapp dashboard. Previously, the entire dashboard crashed if span accessory data contained non-string text, triggering a React rendering error. Malformed accessory items are now safely filtered out before they reach the UI layer.

By discarding invalid data rather than attempting to render it, single data flaws are prevented from taking down the entire view. The dashboard remains highly resilient and functional, even when underlying accessory data is flawed.

© 2026 · via Gitpulse