bugsnag / bugsnag-java

BugSnag error reporting for Java.
https://www.bugsnag.com/platforms/java/
MIT License
56 stars 34 forks source link

Adding Redacted Keys #217

Open clr182 opened 4 months ago

clr182 commented 4 months ago

Goal

Filtering config option is case sensitive and is no longer in line with our notifier spec; as such it should be deprecated in favour of redactedKeys.

Design

Added redactedKeys configuration option, which is case insensitive, as a replacement for the filters configuration option. Additionally due to conflictions the default filters parameters were changed.

Changeset

Testing

Added and updated tests for filtering mechanism and redactedKeys mechanism.