# ImqServerPlugin.start() method · @imqueue/datadog

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

Starts the span for an incoming call, continuing the caller's trace when the request carries a propagated context.

**Signature:**

```typescript
start(ctx: ImqCallContext): void;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| ctx | [ImqCallContext](https://imqueue.org/api/datadog/latest/datadog.imqcallcontext/) | call being handled; the created span is stored on it |


**Returns:**

void

