Results 20 issues of zachgoldstein

Suggested by @samstav https://github.com/airbrake/airbrake-python/pull/53#pullrequestreview-23619228 Quoting: > Since this adds support for the many available options referenced in the README, it might be time to have a helper function that pulls...

enhancement

We don't seem to pass any environment variables along with the payload. It should get passed into the `Airbrake.log()` func, but I don't see that happening. We set the environment...

enhancement

Right now this library will block when it's issuing notifications or deploy events. Adding a non-blocking way of doing this would be awesome. http://docs.python-requests.org/en/master/user/advanced/#blocking-or-non-blocking mentions https://github.com/kennethreitz/grequests and https://github.com/ross/requests-futures as possible...

enhancement

In airbrake-ruby, we have https://github.com/airbrake/airbrake-ruby#airbrakeadd_filter. It would be nice to provide a flexible way for users to similarly filter out sensitive information.

enhancement

It would be great to have a nice convenient decorator to wrap functions and ship any exceptions that the function returns. I think this would live separately from the current...

enhancement

So I see the notes about the global exception stack here: https://github.com/airbrake/airbrake-python/blob/master/airbrake/notifier.py#L153 And later I see duplicate exception instances getting filtered out. https://github.com/airbrake/airbrake-python/blob/master/airbrake/notifier.py#L173: ``` # dont ship the same exception...

enhancement

I would like to create a REQ or REP socket on a particular exchange. I think rabbit.js just uses the default exchanges for these sockets. Not sure how to achieve...