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

filters: compare non-regexp keys exactly #54

Merged
merged 1 commit into from
Mar 3, 2016
Merged

filters: compare non-regexp keys exactly #54

merged 1 commit into from
Mar 3, 2016

Conversation

kyrylo
Copy link
Contributor

@kyrylo kyrylo commented Mar 2, 2016

Users reported a bug when a string key would filter out other matching
keys. For example Airbrake.blacklist_keys([:boom]) would also filter
out :boombastic key. The presented change makes sure that we compare
Strings and Symbols exactly.

Users reported a bug when a string key would filter out other matching
keys. For example `Airbrake.blacklist_keys([:boom])` would also filter
out `:boombastic` key. The presented change makes sure that we compare
Strings and Symbols exactly.
@zefer
Copy link
Contributor

zefer commented Mar 3, 2016

LGTM

kyrylo added a commit that referenced this pull request Mar 3, 2016
filters: compare non-regexp keys exactly
@kyrylo kyrylo merged commit 964f72e into master Mar 3, 2016
@kyrylo kyrylo deleted the filtering-fix branch March 3, 2016 08:49
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 this pull request may close these issues.

2 participants