Allow list for sanitised errors #12623
thomasverleye
started this conversation in
Proposals
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
This would solve my issue #13314 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
All errors that are thrown to the client get sanitised to prevent leaking sensitive data.
It would be great to have the ability to add a configuration to allow certain attributes in an
Error
object.The use-case for having this is because we want to share a correlation id and a certain error code from the original request that has happened (if available).
Now we're throwing this data with a status 500 and have to manually throw it to our error tracking (Sentry).
Beta Was this translation helpful? Give feedback.
All reactions