diff --git a/doc/api/cli.md b/doc/api/cli.md index 96ec044cf7cc3e..ab9a600f25098e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -796,6 +796,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`