class Rollbar::Scrubbers::Params

This class contains the logic to scrub the received parameters. It will scrub the parameters matching Rollbar.configuration.scrub_fields Array. Also, if that configuration option is set to :scrub_all, it will scrub all received parameters. It will not scrub anything that is in the scrub_whitelist configuration array even if :scrub_all is true.