publishLoad() function

Announces a loaded module to the tracer's plugin manager, which is what makes it instantiate and configure the registered plugin.

Signature:

export declare function publishLoad(name: string): void;

Parameters

Parameter

Type

Description

name

string

registry key of the plugin to enable

Returns:

void

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