You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/stats.mdx
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -474,6 +474,23 @@ module.exports = {
474
474
};
475
475
```
476
476
477
+
### stats.errorErrors
478
+
479
+
`boolean``"auto"`
480
+
481
+
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`.
482
+
483
+
Useful when a single error is composed of multiple underlying errors, providing deeper visibility into grouped error structures.
0 commit comments