ForzaElixir / rollbax

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

Add support for Person Tracking #119

Closed shankardevy closed 3 years ago

shankardevy commented 3 years ago

Rollbar gem for RoR or Django has support for tracking people affected by a bug. I think it's a cool feature to have it in Rollbax as well.

Details here: https://docs.rollbar.com/docs/person-tracking

Would a PR be accepted for this?

qcam commented 3 years ago

@shankardevy person can be added in the occurrence data in your Plug error handler. Example can be found at https://hexdocs.pm/rollbax/using-rollbax-in-plug-based-applications.html.

shankardevy commented 3 years ago

Thanks!