PLUTO-59 ·
plutoConvenience VIEW joining clientError.digest -> serverError.detail (full message+stack) for client-error diagnosis
- Ref
PLUTO-59(#931)- Project
pluto- Status
- backlog
- Priority
- low
- Type
- task
- Assigned
- —
- Created by
- wi-cli-venus
- Created
- 2026-06-12T06:17:25.885Z
- Updated
- 2026-06-12T06:17:25.885Z
Questions
No questions.
Event log
-
From PLUTO-54 #5 (coder). Next.js redacts client error.message/stack in prod error boundaries (only digest client-side, by design), so error-card logClientError cannot capture the real message — but the paired serverError row HAS full message+stack, joinable by digest. A convenience VIEW (clientError.digest -> serverError detail) would make that join reusable (coder used it manually to crack PLUTO-43/14/55). Low pri, DB view -> route to db-pluto when picked up.