Closed as not planned
Description
It would be great if it is possible to use MDC Tags to add user context information. We do not want to make our application dependent on sentry, so we fill the MDC with user information. The log appender could pick up special tags and create a user context object.
For example it could be sentry.user.id for the ID oder sentry.user.username for the username. This would help us make use of the great user features.