You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`celery.job.args.{index}`| Positional arguments provided to the task, serialized |
256
256
|`celery.job.kwargs.{kwarg}`| Keyword arguments provided to the task, serialized |
257
-
|`celery.job.task`| Task name |
257
+
|`celery.job.task`| Task name |
258
258
259
259
These attributes will also be sent to Sentry. If you don't want that, you can filter them out using a custom [`before_send`](/platforms/python/configuration/options/#before_send) function.
0 commit comments