Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGireesh Punathil <gpunathi@in.ibm.com>2020-10-15 10:34:23 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2020-10-19 15:20:16 +0300
commit7798e59e988a66e731cc233f4a2fbee01269736d (patch)
tree2ea9659a441bcc7c1b1521c86dd3a0983f0c7884
parentce03a182cf4c5fb433edce2ef7dd9f21c26e76bb (diff)
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 <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
-rw-r--r--doc/api/process.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 4b47573ee9f..cb16f9b624c 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`
<!-- YAML
added: v11.12.0
+changes:
+ - version:
+ - REPLACEME
+ description: This API is no longer experimental.
-->
-> Stability: 1 - Experimental
-
* {boolean}
If `true`, a diagnostic report is generated on fatal errors, such as out of