-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
getsentry/develop
#119Labels
Description
We run the default config from this repository.
our website(vue project) posts client side errors to sentry.
the user.ip tag from these errors is shown as the gateway ip of the docker network the stack runs in.
we would expect the public ip of the client in this tag.
the nginx config is default and uses x-forwarded-for header config.
we already did some testing with SENTRY_USE_X_FORWARDED_FOR = True
and SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
with no positive result so far.
we currently have no luck finding related info on the documentation and other github issues are either older then 2 years or don't seem to have a definitive answer.
zenonux, Denhai, inlinkou, letalumil and mrpandat