Brainstorming a bit how to annotate #django tasks with #sentry better. 🤔
Sentry has some builtin hooks for celery
https://github.com/getsentry/sentry-python/blob/2.52.0/sentry_sdk/integrations/celery/__init__.py
could use that as a template for doing something similar to hook into tasks so that exceptions are better annotated with that tasks's details.





