HTTP endpoint to POST log batches to
Remote transport options
OptionalbatchSize?: numberMaximum entries per batch. Default: 50
OptionalflushMs?: numberFlush interval in ms. Default: 3000
Optionalheaders?: Record<string, string>Extra headers to include in the POST request
Optionalfetch?: {Custom fetch implementation (for cross-runtime compat). Default: globalThis.fetch
OptionalonError?: (err: unknown) => voidError callback for background flush failures
Remote transport — sends buffered log entries to an HTTP endpoint. Supports configurable batch size, flush interval, and custom fetch implementation.