# publishLoad() function · @imqueue/datadog

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

Announces a loaded module to the tracer's plugin manager, which is what makes it instantiate and configure the registered plugin.

**Signature:**

```typescript
export declare function publishLoad(name: string): void;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| name | string | registry key of the plugin to enable |


**Returns:**

void

