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
user
key on the event payload:raven-clj.ring/wrap-sentry
supports ahttp-alter-fn
to amend thesentry.interfaces.Http
event payload. There is currently no way to amend the event as a whole, i.e. there is no way to insert auser
key into the event (outside the request / HTTP payload).