tombruijn / appsignal-elixir_js_plug

A plug for sending JavaScript errors to AppSignal
https://docs.appsignal.com/front-end/error-handling.html
MIT License
5 stars 1 forks source link

Implement parameter filtering #3

Closed tombruijn closed 6 years ago

tombruijn commented 6 years ago

Leverage the AppSignal parameter filtering for the JSPlug. Any parameters send to the plug with the params JSON key will be filtered using the configuration used by the AppSignal package.

This ensures that apps don't accidentally send (user) sensitive data to AppSignal.