diff --git a/src/content/configuration/stats.mdx b/src/content/configuration/stats.mdx
index 75d9e9e40015..64abfe1527f7 100644
--- a/src/content/configuration/stats.mdx
+++ b/src/content/configuration/stats.mdx
@@ -446,6 +446,8 @@ module.exports = {
### stats.errorCause
+
+
`boolean` `"auto"`
Tells `stats` whether to include the [`cause`](https://nodejs.org/en/blog/release/v16.9.0/#error-cause) property of errors in the output. It defaults to `true`.
@@ -476,6 +478,8 @@ module.exports = {
### stats.errorErrors
+
+
`boolean` `"auto"`
Tells `stats` whether to include the errors array from [`AggregateError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError) instances in the output. It defaults to `true`.