# allowPluginEnvConfig() function · @imqueue/datadog

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

Adds `DD_TRACE_<ID>_ENABLED` to the tracer's configuration allow-list.

The plugin manager reads that variable while enabling any plugin, and dd-trace throws a "Missing env/configuration in supported-configurations.json" error for every name it does not know — which would take the whole process down through an uncaught exception, since the lookup happens inside a diagnostics channel subscriber.

**Signature:**

```typescript
export declare function allowPluginEnvConfig(id: string): void;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| id | string | plugin id, as declared by its `static id` |


**Returns:**

void

