mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
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:
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user