diff --git a/doc/api/cli.md b/doc/api/cli.md index d4b4da5249a16b..c4b17570cfe8f3 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 been exited proactively, i.e. +invoking `process.exit()`. + ### `--trace-sync-io`