Add a new configuration property "isRequestIpAddressMasked". When set to true, the request IP has the last octet zeroed, effectively anonymizing the IP address.
This property is also available on the .NET 4 RaygunClient. It has not been exposed to any other clients, but it would be trivial to do so.
This change makes it possible to be GDPR compliant (when also ignoring relevant headers and server variables).
Add a new configuration property "isRequestIpAddressMasked". When set to true, the request IP has the last octet zeroed, effectively anonymizing the IP address.
This property is also available on the .NET 4 RaygunClient. It has not been exposed to any other clients, but it would be trivial to do so.
This change makes it possible to be GDPR compliant (when also ignoring relevant headers and server variables).