node/lib/internal/process
Ethan Arrowood 009665fb56
report: add --report-exclude-network option
New option `--report-exclude-network`, also available as
`report.excludeNetwork`, enables the user to exclude
networking interfaces in their diagnostic report.
On some systems, this can cause the report to take minutes
to generate so this option can be used to optimize that.

Fixes: https://github.com/nodejs/node/issues/46060

PR-URL: https://github.com/nodejs/node/pull/51645

Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2024-03-01 21:50:04 +00:00
..
esm_loader.js module: remove useCustomLoadersIfPresent flag 2023-11-13 22:09:32 +08:00
execution.js esm: detect ESM syntax in ambiguous JavaScript 2023-10-20 15:44:56 +00:00
per_thread.js src: add process.loadEnvFile and util.parseEnv 2024-01-23 18:46:26 +00:00
permission.js permission: handle fs path traversal 2023-06-20 17:31:47 -03:00
policy.js policy: disable process.binding() when enabled 2023-08-09 14:29:06 -03:00
pre_execution.js lib: add assertion for user ESM execution 2024-02-21 01:59:08 +00:00
promises.js lib: add trailing commas in internal/process 2023-02-18 18:56:43 +01:00
report.js report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
signal.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
task_queues.js lib: add trailing commas in internal/process 2023-02-18 18:56:43 +01:00
warning.js src: add --disable-warning option 2023-11-21 20:30:02 +00:00
worker_thread_only.js lib: add trailing commas in internal/process 2023-02-18 18:56:43 +01:00