We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since #141 extra data is added by the celery integration when an exception is raised from a celery task, which is great: args, kwargs and task_name.
args
kwargs
task_name
It would be even better if the task id was also added (and maybe more data but I don't have any more suggestion for that right now).
The text was updated successfully, but these errors were encountered:
This should be easy to add, feel free to create a PR for this!
Sorry, something went wrong.
Closed by #596 , thanks @lemonlatte !
No branches or pull requests
Since #141 extra data is added by the celery integration when an exception is raised from a celery task, which is great:
args
,kwargs
andtask_name
.It would be even better if the task id was also added (and maybe more data but I don't have any more suggestion for that right now).
The text was updated successfully, but these errors were encountered: