ForzaElixir / rollbax

Exception tracking and logging from Elixir to Rollbar
https://hexdocs.pm/rollbax
ISC License
243 stars 52 forks source link

Creating Map from params excluding passwords #82

Closed messutied closed 6 years ago

messutied commented 6 years ago

This is causing an error on Rollbax parsing the path params:

[error] (Rollbax) failed to encode report below for reason: unable to encode value: {"path_param_key", "path_param_value"}
whatyouhide commented 6 years ago

Thanks @messutied, I went with a slightly different approach that solves the same issue. Great catch, thanks for the PR! 💟

messutied commented 6 years ago

Cool @whatyouhide I didn't know that way, it does look better ^^