We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of v4.15.0 (in 4fcd34e) we deprecated this API:
Airbrake.configure do |c| c.blacklist_keys = [:email, /credit/i, 'password'] c.whitelist_keys = ... end
We are preparing a new major release and it's high time to delete it.
The text was updated successfully, but these errors were encountered:
config: drop support for blacklist_keys & whitelist_keys
blacklist_keys
whitelist_keys
9e20873
Fixes #602
6cf9f11
Successfully merging a pull request may close this issue.
As of v4.15.0 (in 4fcd34e) we deprecated this API:
We are preparing a new major release and it's high time to delete it.
The text was updated successfully, but these errors were encountered: