Sentry supports a user key on the event payload:
raven-clj.ring/wrap-sentry supports a http-alter-fn to amend the sentry.interfaces.Http event payload. There is currently no way to amend the event as a whole, i.e. there is no way to insert a user key into the event (outside the request / HTTP payload).
Sentry supports a
userkey on the event payload:raven-clj.ring/wrap-sentrysupports ahttp-alter-fnto amend thesentry.interfaces.Httpevent payload. There is currently no way to amend the event as a whole, i.e. there is no way to insert auserkey into the event (outside the request / HTTP payload).