@@ -1684,6 +1684,8 @@ relied upon to exist.
1684
1684
added: v11.8.0
1685
1685
-->
1686
1686
1687
+ > Stability: 1 - Experimental
1688
+
1687
1689
* {Object}
1688
1690
1689
1691
` process.report ` is an object whose methods are used to generate diagnostic
@@ -1695,6 +1697,8 @@ reports for the current process. Additional documentation is available in the
1695
1697
added: v11.12.0
1696
1698
-->
1697
1699
1700
+ > Stability: 1 - Experimental
1701
+
1698
1702
* {string}
1699
1703
1700
1704
Directory where the report is written. The default value is the empty string,
@@ -1710,6 +1714,8 @@ console.log(`Report directory is ${process.report.directory}`);
1710
1714
added: v11.12.0
1711
1715
-->
1712
1716
1717
+ > Stability: 1 - Experimental
1718
+
1713
1719
* {string}
1714
1720
1715
1721
Filename where the report is written. If set to the empty string, the output
@@ -1725,6 +1731,8 @@ console.log(`Report filename is ${process.report.filename}`);
1725
1731
added: v11.8.0
1726
1732
-->
1727
1733
1734
+ > Stability: 1 - Experimental
1735
+
1728
1736
* ` err ` {Error} A custom error used for reporting the JavaScript stack.
1729
1737
* Returns: {Object}
1730
1738
@@ -1748,6 +1756,8 @@ Additional documentation is available in the [report documentation][].
1748
1756
added: v11.12.0
1749
1757
-->
1750
1758
1759
+ > Stability: 1 - Experimental
1760
+
1751
1761
* {boolean}
1752
1762
1753
1763
If ` true ` , a diagnostic report is generated on fatal errors, such as out of
@@ -1762,6 +1772,8 @@ console.log(`Report on fatal error: ${process.report.reportOnFatalError}`);
1762
1772
added: v11.12.0
1763
1773
-->
1764
1774
1775
+ > Stability: 1 - Experimental
1776
+
1765
1777
* {boolean}
1766
1778
1767
1779
If ` true ` , a diagnostic report is generated when the process receives the
@@ -1776,6 +1788,8 @@ console.log(`Report on signal: ${process.report.reportOnSignal}`);
1776
1788
added: v11.12.0
1777
1789
-->
1778
1790
1791
+ > Stability: 1 - Experimental
1792
+
1779
1793
* {boolean}
1780
1794
1781
1795
If ` true ` , a diagnostic report is generated on uncaught exception.
@@ -1789,6 +1803,8 @@ console.log(`Report on exception: ${process.report.reportOnUncaughtException}`);
1789
1803
added: v11.12.0
1790
1804
-->
1791
1805
1806
+ > Stability: 1 - Experimental
1807
+
1792
1808
* {string}
1793
1809
1794
1810
The signal used to trigger the creation of a diagnostic report. Defaults to
@@ -1803,6 +1819,8 @@ console.log(`Report signal: ${process.report.signal}`);
1803
1819
added: v11.8.0
1804
1820
-->
1805
1821
1822
+ > Stability: 1 - Experimental
1823
+
1806
1824
* ` filename ` {string} Name of the file where the report is written. This
1807
1825
should be a relative path, that will be appended to the directory specified in
1808
1826
` process.report.directory ` , or the current working directory of the Node.js
0 commit comments