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

Sentry Fails to Report #1227

Closed cancan101 closed 6 years ago

cancan101 commented 6 years ago

Unclear why but the process dies and all that it prints is:

Sentry is attempting to send 1 pending error messages
Waiting up to 10 seconds
Press Ctrl-C to quit
dcramer commented 6 years ago

Sentry keeps a thread in the background and this is what happens when it has pending reports.

There's no information here suggesting a problem with the SDK or any unexpected behavior.