@@ -1992,6 +1992,26 @@ changes:
1992
1992
1993
1993
Location at which the report will be generated.
1994
1994
1995
+ ### ` --report-exclude-env `
1996
+
1997
+ <!-- YAML
1998
+ added: REPLACEME
1999
+ -->
2000
+
2001
+ When ` --report-exclude-env ` is passed the diagnostic report generated will not
2002
+ contain the ` environmentVariables ` data.
2003
+
2004
+ ### ` --report-exclude-network `
2005
+
2006
+ <!-- YAML
2007
+ added:
2008
+ - v22.0.0
2009
+ - v20.13.0
2010
+ -->
2011
+
2012
+ Exclude ` header.networkInterfaces ` from the diagnostic report. By default
2013
+ this is not set and the network interfaces are included.
2014
+
1995
2015
### ` --report-filename=filename `
1996
2016
1997
2017
<!-- YAML
@@ -2056,15 +2076,6 @@ Enables report to be generated upon receiving the specified (or predefined)
2056
2076
signal to the running Node.js process. The signal to trigger the report is
2057
2077
specified through ` --report-signal ` .
2058
2078
2059
- ### ` --report-exclude-env `
2060
-
2061
- <!-- YAML
2062
- added: REPLACEME
2063
- -->
2064
-
2065
- When ` --report-exclude-env ` is passed the diagnostic report generated will not
2066
- contain the ` environmentVariables ` data.
2067
-
2068
2079
### ` --report-signal=signal `
2069
2080
2070
2081
<!-- YAML
@@ -2109,17 +2120,6 @@ Enables report to be generated when the process exits due to an uncaught
2109
2120
exception. Useful when inspecting the JavaScript stack in conjunction with
2110
2121
native stack and other runtime environment data.
2111
2122
2112
- ### ` --report-exclude-network `
2113
-
2114
- <!-- YAML
2115
- added:
2116
- - v22.0.0
2117
- - v20.13.0
2118
- -->
2119
-
2120
- Exclude ` header.networkInterfaces ` from the diagnostic report. By default
2121
- this is not set and the network interfaces are included.
2122
-
2123
2123
### ` -r ` , ` --require module `
2124
2124
2125
2125
<!-- YAML
0 commit comments