From b297c1175314a78b789fd4024aa2c1a9e625524f Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Thu, 15 Oct 2020 13:04:23 +0530 Subject: [PATCH] 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 PR-URL: https://github.com/nodejs/node/pull/35654 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Beth Griggs --- doc/api/process.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index b95c27a2541700..a9fca48c9a850e 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1898,10 +1898,12 @@ Additional documentation is available in the [report documentation][]. ### `process.report.reportOnFatalError` -> Stability: 1 - Experimental - * {boolean} If `true`, a diagnostic report is generated on fatal errors, such as out of