Filename where the report is written. The default value is the empty string.
If true, a diagnostic report is generated on fatal errors, such as out of memory errors or failed C++ assertions.
If true, a diagnostic report is generated when the process receives the signal specified by process.report.signal.
If true, a diagnostic report is generated on uncaught exception.
The signal used to trigger the creation of a diagnostic report.
Returns a JSON-formatted diagnostic report for the running process. The report's JavaScript stack trace is taken from err, if present.
Writes a diagnostic report to a file. If filename is not provided, the default filename includes the date, time, PID, and a sequence number. The report's JavaScript stack trace is taken from err, if present.
Name of the file where the report is written.
This should be a relative path, that will be appended to the directory specified in
process.report.directory
, or the current working directory of the Node.js process,
if unspecified.
Filename of the generated report.
Directory where the report is written. working directory of the Node.js process.
'' indicating that reports are written to the current