From 7798e59e988a66e731cc233f4a2fbee01269736d 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 4b47573ee9f4ed..cb16f9b624ce5d 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1913,10 +1913,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