diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hero.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hero.mjs b/src/hero.mjs index 4634e70..5169284 100644 --- a/src/hero.mjs +++ b/src/hero.mjs @@ -94,6 +94,7 @@ export const interceptorsFn = ({ id: req.id, type: "server-error-interceptor", message: error.message, + stacktrace: error.stack }); return { status: 500, |