I'm proxying requests through nginx to my rails app, which means that REMOTE_ADDR will always be 127.0.0.1. That's not overly helpful to have show up in the overview section within Sentry. Would it be possible to mend raven-ruby to pass X-Real-IP along as an environment variable, if present?
I'm proxying requests through nginx to my rails app, which means that
REMOTE_ADDRwill always be127.0.0.1. That's not overly helpful to have show up in the overview section within Sentry. Would it be possible to mend raven-ruby to passX-Real-IPalong as an environment variable, if present?