fix(ui): include message in coalesce key so distinct entries stay visible

PR-Agent flagged that the leaf and trace-child coalesce keys collapsed
on `(event, module, level, requestId, source)` which merges adjacent
entries that share that tuple but report different content (e.g.
`User logged in: alice` vs `User logged in: bob` would appear as a
single `× 2` row, hiding bob).

Add `message` to both coalesce keys so distinct content stays
distinct. Skip `latencyMs` and `metadata` — those drift per request
even on truly redundant polls and would defeat the dedup the feature
exists for.

Refs #1138, #1151
This commit is contained in:
Tam Nhu Tran
2026-04-30 15:26:06 -04:00
parent 0dfb7b8583
commit a465e3fec1
2 changed files with 0 additions and 0 deletions
Binary file not shown.
Binary file not shown.