diff --git a/doc/api/cli.md b/doc/api/cli.md index 62ba3611203481..488982389c982a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -786,6 +786,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`