Top "Sentry" questions

Sentry is an event logging platform primarily focused on capturing and aggregating exceptions.

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 setup sentry with docker

I have found the official sentry image in dockerhub. But the document is incomplete and I can't setup the environment …

docker sentry
How does Sentry aggregate errors?

I am using Sentry (in a django project), and I'd like to know how I can get the errors to …

django sentry
How do you raise a python exception and include additional data for Sentry?

Sentry can detect additional data associated with an exception such as: How do you raise such an exception from Python (…

python django exception sentry
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