# TracedOptions.tags property · @imqueue/datadog

Source: https://imqueue.org/api/datadog/latest/datadog.tracedoptions.tags/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/datadog 3.2.0 — generated reference, not hand-written

Extra tags for every span the decorator creates. Applied after the automatic ones, so a key used here overrides the automatic value — including `resource.name`, to name the operation yourself.

**Signature:**

```typescript
tags?: TraceTags;
```

