The :remote-addr key can be added to ring requests using
ring.middleware.proxy-headers from ring/ring-headers:0.3.0 that is
e.g. enabled with (ring-defaults/wrap-defaults ,,, {:proxy true}) from
ring/ring-defaults:0.3.4.
If :remote-addr is not present in the request, we send the empty string
and Sentry will not show this field in its web UI.
The Sentry event payload supports
REMOTE_ADDR
under theenv
key:The
:remote-addr
key can be added to ring requests usingring.middleware.proxy-headers
fromring/ring-headers:0.3.0
that is e.g. enabled with(ring-defaults/wrap-defaults ,,, {:proxy true})
fromring/ring-defaults:0.3.4
.If
:remote-addr
is not present in the request, we send the empty string and Sentry will not show this field in its web UI.