Add raw JSONL endpoint and improve error display #17

Merged
probablycorey merged 1 commits from probablycorey/raw-jsonl-endpoint into main 2026-03-10 18:05:27 +00:00

1 Commits

Author SHA1 Message Date
afb15a8584 Improve error display in logs viewer: show message and stack trace
Some checks failed
CI / test (pull_request) Has been cancelled
Errors from JSONL files are serialized as plain objects with message/stack
properties, not Error instances. The summary line now displays the error
message correctly, and the expandable detail panel shows the full stack
trace in a monospace preformatted block for easier debugging.
2026-03-10 11:05:01 -07:00