# IMQCallHooks.afterCall property · @imqueue/opentelemetry

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

Runs after a client receives a response. Marks the span `ERROR` if the response carries one, then ends it.

**Signature:**

```typescript
afterCall?: Function;
```

