# DDChannel.publish() method · @imqueue/datadog

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

Publishes an event to the subscribed plugins. Synchronous: subscribers run before this returns, which is what lets a plugin attach its span to the context the caller is about to use.

**Signature:**

```typescript
publish(ctx: unknown): void;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| ctx | unknown |  |


**Returns:**

void

