# pluginRegistry variable · @imqueue/datadog

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

The tracer's plugin registry, keyed by the module name the load event is published for. Assigning into it is the only way for a package that does not live inside dd-trace to make its plugin discoverable.

**Signature:**

```typescript
pluginRegistry: Record<string, unknown>
```

