node/doc/api
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
..
addons.md doc: cast GetInternalField() return type to v8::Value in addons.md 2023-09-07 08:51:00 +00:00
assert.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
async_context.md
async_hooks.md
buffer.md doc: fix Buffer.allocUnsafe documentation 2023-11-15 14:51:25 +01:00
child_process.md doc: remove reference to resolved child_process v8 issue 2024-01-18 18:48:45 +00:00
cli.md report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
cluster.md
console.md doc: update to align console.table row to the left 2023-11-06 16:47:53 +00:00
corepack.md doc: update corepack.md to account for 0.20.0 changes 2023-09-16 11:52:30 +02:00
crypto.md crypto: implement crypto.hash() 2024-02-27 13:27:19 +01:00
debugger.md
deprecations.md doc: mark isWebAssemblyCompiledModule eol 2024-01-14 12:13:28 +00:00
dgram.md doc: fix typo in dgram docs 2023-10-18 00:46:38 +00:00
diagnostics_channel.md doc: correct tracingChannel.traceCallback() 2023-12-08 21:01:23 +00:00
dns.md doc: fix dns.lookup and dnsPromises.lookup description 2024-01-30 02:20:39 +01:00
documentation.md
domain.md
embedding.md
errors.md 2024-02-14, Version 21.6.2 (Current) 2024-02-14 14:12:25 -03:00
esm.md doc: remove redundant backquote which breaks sentence 2024-02-28 10:52:11 +00:00
events.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
fs.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
globals.md doc: fix globals.md introduction 2024-02-15 08:30:44 +00:00
http2.md http2: add h2 compat support for appendHeader 2024-01-12 16:09:57 +00:00
http.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
https.md doc: get rid of unnecessary eslint-skip comments 2023-11-22 19:03:33 +00:00
index.md
inspector.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
modules.md esm: detect ESM syntax in ambiguous JavaScript 2023-10-20 15:44:56 +00:00
n-api.md 2024-01-15, Version 21.6.0 (Current) 2024-01-15 11:50:31 -03:00
net.md doc: fix type of connectionAttempt parameter 2024-01-19 16:12:16 +00:00
os.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
packages.md doc: add note regarding --experimental-detect-module 2023-12-10 00:35:03 +01:00
path.md doc: note that path.normalize deviates from POSIX 2024-01-29 15:45:38 +00:00
perf_hooks.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
permissions.md test,doc: clarify wildcard usage 2024-02-14 14:27:34 -03:00
policy.md
process.md doc: update guide link for Event Loop 2024-02-27 13:29:59 +00:00
punycode.md
querystring.md doc: get rid of unnecessary eslint-skip comments 2023-11-22 19:03:33 +00:00
readline.md
repl.md
report.md report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
single-executable-applications.md sea: update stability index 2024-02-17 18:03:26 +00:00
stream.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
string_decoder.md doc: add print results for examples in StringDecoder 2023-08-27 15:32:47 +00:00
synopsis.md doc: clarify explaination text on how to run the example 2023-10-06 13:37:31 +00:00
test.md test_runner: improve --test-name-pattern to allow matching single test 2024-03-01 12:58:11 +00:00
timers.md 2023-09-18, Version 18.18.0 'Hydrogen' (LTS) 2023-09-18 17:39:17 -04:00
tls.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
tracing.md
tty.md
url.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
util.md util: add styleText API to text formatting 2024-02-26 09:55:57 +00:00
v8.md lib: account for cwd access from snapshot serialization cb 2024-02-29 20:55:00 +00:00
vm.md vm: support using the default loader to handle dynamic import() 2024-02-01 11:45:42 +00:00
wasi.md 2024-01-09, Version 20.11.0 'Iron' (LTS) 2024-01-09 20:47:16 +00:00
webcrypto.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
webstreams.md stream: implement min option for ReadableStreamBYOBReader.read 2024-01-04 12:57:14 +01:00
worker_threads.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
zlib.md