You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proxy's IP is showing up on the event details page instead of the user's. I've configured this correctly for my other application running behind the same proxy and I've verified that the header is making its way to sentry using a simple node.js express app that spits out everything about the request.
I can't find this header string anywhere in the code. Looks like something like this will be necessary: http://stackoverflow.com/a/5976065