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

Refactor Airbrake.blacklist/whitelist_keys to be an option #56

Merged
merged 1 commit into from
Mar 4, 2016

Conversation

kyrylo
Copy link
Contributor

@kyrylo kyrylo commented Mar 4, 2016

Fixes #53 (Expose blacklist_keys and whitelist_keys as config options)

@kyrylo kyrylo force-pushed the 53-refactor-filtering-api branch 4 times, most recently from 3d35508 to e2a9e5f Compare March 4, 2016 06:33
etc) should be filtered. Before sending an error, filtered keys will be
substituted with the `[Filtered]` label.

It accepts Strings, Symbols & Regexps, which represent keys to be filtered.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: values are filtered here, so maybe change this to be more consistent with L291

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to It accepts Strings, Symbols & Regexps, which represent keys of values to be filtered., thanks!

@shifi
Copy link
Contributor

shifi commented Mar 4, 2016

Few minor comments, otherwise LGTM

Fixes #53 (Expose blacklist_keys and whitelist_keys as config options)
@kyrylo kyrylo force-pushed the 53-refactor-filtering-api branch from e2a9e5f to af8a99a Compare March 4, 2016 09:16
kyrylo added a commit that referenced this pull request Mar 4, 2016
Refactor Airbrake.blacklist/whitelist_keys to be an option
@kyrylo kyrylo merged commit 9c2652d into master Mar 4, 2016
@kyrylo kyrylo deleted the 53-refactor-filtering-api branch March 4, 2016 09:16
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