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

Some libraries have dozens of child loggers (e.g. botocore). This PR adds support to resolve those children loggers.

This will not record errors by default if a tty is detected. If you want to record anyways do not register the default hook and manually install it with the...

Improvement
Core

The current implementation of the celery client prevents the ability to pass context on a per process basis. We have found that being able to tag and filter based on...

This works around the issue described in #1192. With this patch `Client('https://public_key:[email protected]/project_id')` works as expected on Google App Engine and AWS lambda. This archived by monkey patching the default Transports...