InstallConsoleBridgeOptions
Options for installConsoleBridge.
interface InstallConsoleBridgeOptions {
metadata?: Metadata;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
metadata | Optional | Metadata | Metadata 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. |