Andrew Weinstein
Andrew Weinstein
FWIW, monkeypatching like this does what i want: ```ruby require 'rollbar/scrubbers/params Rollbar::Scrubbers::Params.class_eval do private def scrub_array(array, options) scrub_all = options[:scrub_all] array.map do |value| if value.is_a?(Hash) scrub value, options elsif Rollbar::Scrubbers::Params::ATTACHMENT_CLASSES.include?(value.class.name)...
~i guess i have another related thought/comment, which is about the lock ttl. the readme says that the default value is nil, which means "don't expire keys." this is true...
we ran into this as well. running `corepack install --global ` fixes the issue, but we have to run that separately for each user that needs to use yarn.