ImqueueInstrumentation.enable() method

Starts tracing: resolves the live @imqueue/rpc and attaches the hooks to its default options.

Signature:

enable(): void;

Returns:

void

Remarks

A no-op if @imqueue/rpc cannot be resolved — nothing throws, so an app that registers this instrumentation without using IMQ still starts. That also means a silent failure looks identical to success from here; if no spans appear, an unresolvable or duplicated rpc install is the first thing to check.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.