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
I'm trying to log these errors in sentry and I'm only getting the message that it failed validation at some key, if I add the err or value in data, I can see the context and debug faster.
What are your thoughts on this ? I would do a PR if you are ok.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When request response validation fails , when creating the Boom object, also pass along the original error object ?
https://github.com/hapijs/hapi/blob/master/lib/validation.js#L201
right now it's
what do you say about
or
Use case :
I'm trying to log these errors in sentry and I'm only getting the message that it failed validation at some key, if I add the
err
orvalue
in data, I can see the context and debug faster.What are your thoughts on this ? I would do a PR if you are ok.
The text was updated successfully, but these errors were encountered: