diff --git a/doc/api/cli.md b/doc/api/cli.md index 171f6b8ad29780..745d274e0ccacd 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -784,6 +784,14 @@ added: v7.7.0 Enables the collection of trace event tracing information. +### `--trace-exit` + + +Prints a stack trace whenever an environment is exited proactively, +i.e. invoking `process.exit()`. + ### `--trace-sync-io`