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

Filtering sensitive data #41

Open
joshuap opened this issue Jan 21, 2020 · 0 comments
Open

Filtering sensitive data #41

joshuap opened this issue Jan 21, 2020 · 0 comments

Comments

@joshuap
Copy link
Member

joshuap commented Jan 21, 2020

We need a way to filter sensitive data, like we do for Ruby and Elixir:

https://docs.honeybadger.io/lib/ruby/getting-started/filtering-sensitive-data.html#disable-data-completely
https://docs.honeybadger.io/lib/elixir.html#configuration

Three potential features related to this:

  • List of keys to filter (see filter_keys in Elixir)
  • Programatically filter data (see filter and before_notify in Elixir and Ruby respectively)
  • Disable certain request data entirely (see disable_params, disable_session, etc. in Ruby)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant