I've got an extensive list of symbols and lambdas in my Rails.application.config.filter_parameters list (lots of sensitive data). I'd love to just be able to do this:
Rollbar.configuration.scrub_fields = Rails.application.config.filter_parameters
and have it all work out the way it'd make sense.
I asked on the website via the Olark chat and got the answer back that it doesn't do it and that I should create an issue here.
If I get time, I'll work on submitting a PR.
Thanks!
JT