# DDChannel.hasSubscribers property · @imqueue/datadog

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

Whether anything is listening. Checked before building a call context, so that a process with tracing disabled pays nothing per RPC beyond this read.

**Signature:**

```typescript
readonly hasSubscribers: boolean;
```

