Top "Raven" questions

Use the [raven] tag for questions related to the standalone (and the official) Python client for Sentry (previously django-sentry).

Source maps files in production - Is it safe?

I'm using UglifyJS to minify and uglify my sources, and Sentry to report errors from my production environment. In order …

javascript uglifyjs sentry source-maps raven
How do you configure a Sentry raven client in a development environment to not send exceptions and still work?

We are running a Django server and using Sentry to capture exceptions. When we configure Sentry we add RAVEN_CONFIG …

python django sentry raven
sentry, raven and django celery

Now that django-sentry has become a standalone server (and is fantastic) I'm trying to port my apps over to use …

python django logging sentry raven
How to use sentry/raven in django views

I managed to install sentry successfully and I can see the sentry interface webservice at localhost and doing a raven …

django logging sentry raven