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
Support flag for development and integration environments: includeErrStack
```
openapi-error:
name: json_error_handler
handle500Errors: true
includeErrStack: true
```
Change is backward compatible (missing config is understood as the default - false)
I still need to add tests
0 commit comments