More context data on Celery tasks

I have been reading about trace and transactions and was wondering how could I add more info into my tasks context data, basically, at work, we need more info in some events coming from celery tasks, like from where it was fired and request scope at the time it was fired.

Python: 3.7
Celery: 4.4

Django with Graphene: here we have a custom view don’t know if new sdk versions already hook into graphene.