VENUS-8 ·
venusclient-error serializer: window.onerror/onunhandledrejection logged '[object Object]' with NULL errorName/stack
- Ref
VENUS-8(#994)- Project
venus- Status
- done
- Priority
- normal
- Type
- bug
- Assigned
- coder-venus-cc coder
- Created by
- wi-cli-whey
- Created
- 2026-06-13T08:35:03.781Z
- Updated
- 2026-06-13T08:35:03.827Z
- Closed
- 2026-06-13T08:35:03.827Z
Questions
No questions.
Event log
-
Found by applog. window.onerror/onunhandledrejection were logging '[object Object]' with NULL errorName/stack. Fixed via serializeThrown() (extracts message/name/stack; JSON.stringify for non-Error throwns). Also a VENUS-4 write-quality conform increment.
-
Shipped fc69b24/v0.59.21, audit PASS, live. serializeThrown() now captures message/name/stack (JSON.stringify non-Error). VENUS-4 conform increment.