Recently, I need to add sentry for a tornado project with celery and some crontab functions. But I find I need to add three different sentry settings.
- Celery: https://docs.sentry.io/clients/python/integrations/celery/
- Logging for crontab functions
- Tornado: https://docs.sentry.io/clients/python/integrations/tornado/
So can we add only one sentry setting for a python project with different frameworks?
And why sentry settings for Python logging can't work with Tornado or Celery?