@@ -1985,6 +1985,26 @@ changes:
|
1985 | 1985 | |
1986 | 1986 | Location at which the report will be generated. |
1987 | 1987 | |
| 1988 | +### `--report-exclude-env` |
| 1989 | + |
| 1990 | +<!-- YAML |
| 1991 | +added: REPLACEME |
| 1992 | +--> |
| 1993 | + |
| 1994 | +When `--report-exclude-env` is passed the diagnostic report generated will not |
| 1995 | +contain the `environmentVariables` data. |
| 1996 | + |
| 1997 | +### `--report-exclude-network` |
| 1998 | + |
| 1999 | +<!-- YAML |
| 2000 | +added: |
| 2001 | + - v22.0.0 |
| 2002 | + - v20.13.0 |
| 2003 | +--> |
| 2004 | + |
| 2005 | +Exclude `header.networkInterfaces` from the diagnostic report. By default |
| 2006 | +this is not set and the network interfaces are included. |
| 2007 | + |
1988 | 2008 | ### `--report-filename=filename` |
1989 | 2009 | |
1990 | 2010 | <!-- YAML |
@@ -2049,15 +2069,6 @@ Enables report to be generated upon receiving the specified (or predefined)
|
2049 | 2069 | signal to the running Node.js process. The signal to trigger the report is |
2050 | 2070 | specified through `--report-signal`. |
2051 | 2071 | |
2052 | | -### `--report-exclude-env` |
2053 | | - |
2054 | | -<!-- YAML |
2055 | | -added: REPLACEME |
2056 | | ---> |
2057 | | - |
2058 | | -When `--report-exclude-env` is passed the diagnostic report generated will not |
2059 | | -contain the `environmentVariables` data. |
2060 | | - |
2061 | 2072 | ### `--report-signal=signal` |
2062 | 2073 | |
2063 | 2074 | <!-- YAML |
|