How can I set user context with raven-java clock client?
I tried to add the user_email tag and add user_email to the MDC. They both work as expected, with the tag going to the tags, and the MDC moves on to additional data, but neither of them sets the userβs hourly context.
I also use sentinel with javascript, and using raven-js this works fine:
Raven.setUserContext({ email: '', id: '' });
Is there a java equivalent?
java sentry raven
Alden
source share