rollbar.js icon indicating copy to clipboard operation
rollbar.js copied to clipboard

Allow wildcard specifiers for scrubbing

Open waltjones opened this issue 5 years ago • 0 comments

Other Rollbar SDKs allow wildcard specifiers for scrub fields. For Rollbar.js to support this, the scrubber must be limited to only look at keys that would always be safe to scrub. Currently it scans all keys, and wildcards in the scrub fields would make the payload invalid.

waltjones avatar Dec 31 '19 17:12 waltjones