Thank you for the excellent library!
As mentioned in this comment bugsnag-elixir/bugsnag-elixir#122 (comment), it suggests using tower_bugsnag
as a replacement for bugsnag-elixir
.
However, for our use case, there is still a missing feature compared to bugsnag-elixir
: sanitization.
This feature is detailed in the bugsnag-elixir
documentation here: https://hexdocs.pm/bugsnag/readme.html#sanitizer, which allows sanitizing method/function arguments. We handle a lot of Personally Identifiable Information (PII), such as names, dates of birth, addresses, and document IDs. Therefore, it's crucial to prevent any PII data from leaking to third-party vendors.