TurboGears / backlash

Standalone WebOb port of the Werkzeug Debugger with Python3 support born as a WebError replacement for TurboGears2
MIT License
13 stars 11 forks source link

Provide a way to add extra, per-request contextual info to Raven clients. #9

Open mtr opened 8 years ago

mtr commented 8 years ago

I would be happy if someone could tell me if it is currently possible, and how, to provide per-request, and even per-function/scope, contextual information to instances of raven.base.Client. If it is not currently possible, consider this a feature request. :)

I've also asked about this on StackOverflow, in case anyone want to earn some symbolic karma points.

mtr commented 8 years ago

Given your great answer on StackOverflow, I see no need to change or add anything in the backlash implementation. Perhaps just add a pointer to your solution somewhere in the readme?

amol- commented 8 years ago

I think this should be worked in any case, it makes sense for all reporters, not just sentry to have a backlash api to add additional data on demand to the reports.