# enablePlugin() function · @imqueue/datadog

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

Enables the registered plugin. Separate from registration because the tracer's plugin manager ignores the announcement until it has a configuration, which `tracer.init()` gives it.

**Signature:**

```typescript
export declare function enablePlugin(): void;
```
**Returns:**

void

