diff --git a/doc/api/cli.md b/doc/api/cli.md index d4b4da5249a16b..2bfca09bd2da1c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -774,6 +774,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`