This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Description
Currently, node-report uses the isolate->SetAbortOnUncaughtExceptionCallback() API to intercept and trigger a report on an uncaught exception. We can get the JS stack OK, but not the contents of the exception, in particular the exception type and message. We really need to be able to include extra information about the exception in the report header.
Also we could then support filtering on exception types (eg trigger a report on syntax errors only).