Skip to content

Commit 80a16e3

Browse files
committed
fix table
1 parent 1c5e985 commit 80a16e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/celery/index__v3.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ A set of predefined span attributes will be attached to Celery transactions by d
254254
| --------------------------- | ----------------------------------------------------- |
255255
| `celery.job.args.{index}` | Positional arguments provided to the task, serialized |
256256
| `celery.job.kwargs.{kwarg}` | Keyword arguments provided to the task, serialized |
257-
| `celery.job.task` | Task name |
257+
| `celery.job.task` | Task name |
258258

259259
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.
260260

0 commit comments

Comments
 (0)