getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
27 stars 8 forks source link

feat: Write crash logs to disk on exit #220

Closed dustinbyrne closed 1 year ago

dustinbyrne commented 1 year ago

WIP.

We cannot perform asynchronous processes at the point where an unhandled exception is caught. This means any crash reports not yet sent must be queued up and persisted to be sent on the next run.