getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

Client.capture_exceptions is not documented #662

Open alex opened 9 years ago

alex commented 9 years ago

at least, not as far as I can tell. skimming the docs didn't find it, nor did https://raven.readthedocs.org/en/latest/search.html?q=capture_exceptions&check_keywords=yes&area=default

dcramer commented 9 years ago

We need to decide what to do with this. We have too many obscure functions that probably shouldnt even be attached to the client, this being one of them. This function is definitely useful, its just confusing as it has completely different behavior than capture_exception.

It used to be documented when we ran autodocs, but with the recent changes those no longer show up.