Skip to content

Commit 4a768bc

Browse files
gireeshpunathilMylesBorins
authored andcommitted
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 01ba1c9 commit 4a768bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/process.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1898,10 +1898,12 @@ Additional documentation is available in the [report documentation][].
18981898
### `process.report.reportOnFatalError`
18991899
<!-- YAML
19001900
added: v11.12.0
1901+
changes:
1902+
- version:
1903+
- REPLACEME
1904+
description: This API is no longer experimental.
19011905
-->
19021906

1903-
> Stability: 1 - Experimental
1904-
19051907
* {boolean}
19061908

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

0 commit comments

Comments
 (0)