appsignal / appsignal-elixir

🟪 AppSignal for Elixir package
https://www.appsignal.com/elixir
MIT License
285 stars 82 forks source link

Elixir parameter filtering does not match Phoenix's behavior #936

Closed matsimitsu closed 7 months ago

matsimitsu commented 7 months ago

In Phoenix, if you have a param filter for password it will filter any parameter value where the key contains the string password (e.g. including user-password).

The behavior of our own parameter filtering only filters the value if the key exactly matches the key to filter. (e.g. password is filtered, but user-password is not).

Ideally the behavior is the same as Phoenix's behavior.

Intercom: https://app.intercom.com/a/inbox/yzor8gyw/inbox/shared/unassigned/conversation/16410700311389?view=List