registerPlugin() function

Registers the imq integration with the tracer.

Safe to call more than once, and safe to call before tracer.init() — the tracer only instantiates the plugin once it has been configured.

Signature:

export declare function registerPlugin(): boolean;

Returns:

boolean

true if this call performed the registration, false if it had already happened

Remarks

Called for you when this package is imported, so applications never need it. It is exported for tests and for a host that builds the tracer by hand.

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