On Wed, May 13, 2015 at 10:31 AM, David Cramer <
dcr...@gmail.com> wrote:
> Are you able to upgrade to the newest version of Raven? I don’t *think* we
> fixed anything beyond management commands, but we don’t throw everything
> into CHANGES either.
raven-python
Raven is a standalone (and the official) Python client for Sentry.
This version of Raven requires Sentry 7.0 or newer.
We are using sentry 6.4.4. AFAICT - readthedocs only has documentation
for the latest version - 5.1.1 is the latest version of raven that
supports sentry 6.
>
> We hook into the “got_request_exception” signal, and by default use a worker
> thread to send events. That means that things could fail to send if a
> process dies, but is unlikely.
raven spawns a thread to deliver the event to sentry?
I cannot find any log files on the sentry server itself. Is there a
simple way to enable some logs to determine whether the request
reaches sentry, or is there logging that I can enable on the app
server to determine whether it attempts to deliver the event to
sentry?
Cheers
Tom