raven-python icon indicating copy to clipboard operation
raven-python copied to clipboard

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python

Results 104 raven-python issues
Sort by recently updated
recently updated
newest added

I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account. - "setup.py build"...

[The docs](https://github.com/getsentry/raven-python/blob/master/docs/integrations/django.rst#user-feedback) for user feedback integration with Django state that it is as simple as dropping that into the `500.html` template. However, this is incorrect. Django's default `server_error()` view [passes...

### Environment Python2.7 environment that imports raven ### Steps to Reproduce 1. Have a python2.7.X project that includes raven as a dependency (tested via raven==6.10.0) and pip install 2. Try...

pm.ui.AETemplate classes no longer working. As I learn the problem is inside pymel.core.uitypes.AELoader.load() method: __import__() no longer supports level = -1 and throws: ValueError: level must be >= 0

In my setup the HTTP transport always failed because of an untrusted certificate. The certificate, however, was trusted, but the server sent the wrong certificate as raven's very own SSL...

Occasionally, sentry fails to track errors on our EC2 instances in production. This has been happening on different installs with different versions of raven for the past months. The problem...

We recently had a ML process start crashing with no logs in Sentry, and were very worried... Here's the end of the stack trace: ``` File "/app/redacted/ml/trie/utils.py", line 80, in...

Sometimes, `extra` is passed in as a default parameter of another function and can therefore be `None`. This fixes: Traceback (most recent call last): File "raven/breadcrumbs.py", line 77, in get_buffer...

We are using Sentry to report errors from cron tasks. We have `MAILTO` set as a backup so that we receive emails about critical errors which happen before raven has...