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

After upgrading one of our (SeatGeek) production services to use the latest version of Raven (`raven==5.24.3` at the time) we experience consistent CPU usage spike to 100% and eventually crash...

Bug
Breadcrumbs

we ran into a situation that this call takes 12-15 seconds in a Django app on first access of a log function after startup. this leads to the situation that...

Sentry is already using it in other projects, and we could de-couple our commit rules from the python code.

The raven/sentry docs show how to setup Sentry for Flask using the application factory approach. However, if using eventlet, one needs to use the EventletHTTPTransport client; is there a simple...

With GDPR coming up soon it would be really useful to be able to configure the type of user info we log in the Django client. Ideally we should be...

This PR includes the 'user' object (as collected by the at least the Django integration) in sanitize processing, which makes it possible to reduce the number of email addresses and...

We're getting JSON data like: ``` { 'contractors': [{ 'id': 456789, 'name': 'John Smith' }], 'date': '2017-1-1T00:00:00Z', 'description': 'GCSE Exam', 'recipients': [{ 'client_name': 'Brain Johnson', 'id': 123456, 'name': 'Cara Johnson'}],...

heroku run python manage.py raven test ``` DEBUG 2018-04-27 13:41:08,384 base 4 139759264282368 Configuring Raven for host: https://sentry.io DEBUG 2018-04-27 13:41:08,388 base 4 139759264282368 Configuring Raven for host: https://sentry.io Client...

In logging handler, we can use extra={'stack': True} argument on log method to capture a stack trace, but that argument misses in logbook handler. ``` # If you don't have...

Raven-Python 6.0.0 on Django 1.9.13 All affected requests are `HEAD`. But not all `HEAD` requests are affected. Neither all of the exact same requests(Uptime tracking system) are affected. ``` IndexError:...

Bug