Sentry showing IP server on user.ip

My sentry is showing the Server ip in every registry. I tried to put

proxy_set_header X-Real-IP $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

on the server nginx but not solve. Any ideia of how to fix?

1 Like

Does this help: https://develop.sentry.dev/self-hosted/#productionalizing

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.