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
Hi,
I want to request the ability to filter out nested params.
For example
config :honeybadger, filter: Honeybadger.Filter.Default, filter_keys: [:password, user: [:password]]
will instruct the filter to reduce
%{ "password" => "a password" "_csrf_token" => "a token", "user" => %{"email" => "an email", "password" => "a password"} }
to the
%{ "_csrf_token" => "a token", "user" => %{"email" => "an email"} }
Front conversations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I want to request the ability to filter out nested params.
For example
will instruct the filter to reduce
to the
Front conversations
The text was updated successfully, but these errors were encountered: