- 
                Notifications
    You must be signed in to change notification settings 
- Fork 104
Closed
Labels
fillerRequires little effort to resolve. Ready to be picked up anytime.Requires little effort to resolve. Ready to be picked up anytime.
Description
The project setting "Prevent storing of IP addresses" is currently implemented by IP scrubbing. To be on the safe side, we should not even convert {{ auto }} IPs to actual IPs if this setting is enabled.
relay/relay-event-normalization/src/event.rs
Lines 67 to 69 in ba0bd36
| /// When `{{auto}}` is specified and there is no other IP address in the payload, such as in the | |
| /// `request` context, this IP address gets added to the `user` context. | |
| pub client_ip: Option<&'a IpAddr>, | 
dashed
Metadata
Metadata
Assignees
Labels
fillerRequires little effort to resolve. Ready to be picked up anytime.Requires little effort to resolve. Ready to be picked up anytime.
