This repository was archived by the owner on Jan 22, 2025. It is now read-only.
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
crash reporting v2 #733
Closed
Description
v1 crash reporting just emits a metrics datapoint so we know the event occurred (#651), but this is not enough to debug crashes effectively. We need a mechanism to grab the backtrace and recent stdout/stderr output from a panicking or crashing fullnode, perhaps even a core dump in certain situations.