Alokai

InstallConsoleBridgeOptions

Options for installConsoleBridge.

interface InstallConsoleBridgeOptions {
	metadata?: Metadata;
}

Properties

NameRequiredTypeDescription
metadataOptionalMetadataMetadata merged into every entry the bridge emits. Useful to tag the origin, e.g. { source: "nextjs-console" }. The reserved alokai key is managed by the logger and must not be set here.

Referenced Types

On this page