getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

celery config difference vs plain django setup #1293

Closed rustanacexd closed 6 years ago

rustanacexd commented 6 years ago

I am looking at this page - https://docs.sentry.io/clients/python/integrations/celery/ and I am wondering what is the difference of this compared to just using this setup https://docs.sentry.io/clients/python/integrations/django/.

Our project is just using the django setup and we are using celery. I am wondering what we are missing if we also use the celery setup. Thanks