Skip to content
New issue

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

Drop support for blacklist/whitelist in Airbrake::Config #602

Closed
kyrylo opened this issue Aug 11, 2020 · 0 comments · Fixed by #610
Closed

Drop support for blacklist/whitelist in Airbrake::Config #602

kyrylo opened this issue Aug 11, 2020 · 0 comments · Fixed by #610

Comments

@kyrylo
Copy link
Contributor

kyrylo commented Aug 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant