diff --git a/doc/api/cli.md b/doc/api/cli.md index 3e7ccc1133c858..37065087e17f53 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`