Skip to content

Commit 7798e59

Browse files
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: #32207 PR-URL: #35654 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent ce03a18 commit 7798e59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: doc/api/process.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1913,10 +1913,12 @@ Additional documentation is available in the [report documentation][].
19131913
### `process.report.reportOnFatalError`
19141914
<!-- YAML
19151915
added: v11.12.0
1916+
changes:
1917+
- version:
1918+
- REPLACEME
1919+
description: This API is no longer experimental.
19161920
-->
19171921

1918-
> Stability: 1 - Experimental
1919-
19201922
* {boolean}
19211923

19221924
If `true`, a diagnostic report is generated on fatal errors, such as out of

0 commit comments

Comments
 (0)