Skip to content

doc: upgrade stability status of report API

The property process.report.reportOnFatalError was deemed experimental, as it was not honored under certain scenarios (for example out of memory conditions). The report configuration were previously stored on the environment structure which was not available on these types of fatal error cases.

The referenced PR has addressed this case (sometime back), and the property is working as intended.

Refs: https://github.com/nodejs/node/pull/32207

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading