rollbar.js
rollbar.js copied to clipboard
Allow wildcard specifiers for scrubbing
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.