v1.2.0
-
Added configuration options for
rollbar-webandrollbar-androidto specify how IP addresses
are captured. Forrollbar-webthis is configured via thecapture_ipfilter init parameter.
This accepts the values:"full","anonymize", and"none"."full"is the default and means
we capture the full IP address from a request."anonymize"implies that we take the full IP
address and mask out the least significant bits."none"means we do not capture the IP address
at all.
Forrollbar-androidone of the three string values:"full","anonymize", or"none"can be
passed to theRollbarinitializer. Here this refers to how the backend attempts to capture the
IP address of the client when an item is submitted."full"again is the default and the current
behaviour where the full IP address of the client is gathered."anonymize"takes the same IP
address and masks out the least significant bits."none"implies that the client IP is not
captured.See #144
-
Better support for configuring the
rollbar-logbackintegration as well as the ability to easily
set the endpoint for submitting items directly on the Configuration object.
See #143