IMQCallHooks.wrapCall property
Wraps a service's handling of a request — an around-hook receiving a next callback. Used instead of a before/after pair so the handler can run INSIDE the SERVER span's context, which is what makes spans created downstream nest under it.
Signature:
wrapCall?: Function;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.