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

No clear documentation in terms of information being collected by default which includes PII #1250

Open
yangsu-ab opened this issue Jun 8, 2023 · 0 comments

Comments

@yangsu-ab
Copy link

Recently we noticed the Airbrake library was trying to access our rail user model's data. specifically we traced the call to
https://github.com/airbrake/airbrake/blob/master/lib/airbrake/rack/user_filter.rb which was triggered from performance statistics.

This makes us believe that airbrake is collecting our PII information by default. We cannot find clear documentation in terms of how to completely disable this feature/functionality from the readme.

Few questions which might be useful to answer in the official readme:

  1. what information is airbrake collecting by default?
  2. is user information being collected only as part of performance statistics, or is it collected always, even for bug reporting.
  3. how can we disable all/specific predefined filters.
  4. are all the filters applied to both performance statistics and regular bug reports?
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

No branches or pull requests

1 participant