Replies: 1 comment 1 reply
-
@IgnusG, as per https://github.com/getsentry/relay/blob/304ab9617f0a020db6c816156309725cfc273feb/relay-filter/src/client_ips.rs#L16C1-L16C1, Sentry should honor the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that sentry doesn't attach any PII to the requests itself - that's good. Sentry does however provide a feature to filter errors/traces based on geo location information - I assume using the IP address that is included in the original request sent to sentry (and presumably discarded to avoid storing PII).
I've noticed all our errors and traces originate from a single place in an app that uses the tunnel option. This seems to confirm the above as if the events are tunneled through one server then all of them would share its IP (thus location when running it through some geoip provider).
Did anyone maybe encounter a similar use case to forward this IP so that despite using the tunnel sentry reports the correct geo location?
Beta Was this translation helpful? Give feedback.
All reactions