Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get useful tracing info on Sentry when using the lib. I want something like the one below to appear on Sentry.
Extending my Express server to use the lib on some endpoints and adopt its usage, I getting no trace at all on Sentry. I achieved this so far, with a resultHandler:
Then when throwing with a endpoint (
throw 'oi2'
) I have:Is there a way to have the original stack trace on the error object within the resultHandler?
Beta Was this translation helpful? Give feedback.
All reactions