Files
privatecloud builder c57606cd90
CI / build (push) Successful in 58s
Fix OTLP log export: BatchLogRecordProcessor takes an options object
sdk-logs 0.221 changed the constructor to {exporter, ...} instead of a
bare exporter argument; passing the exporter directly silently left
this._exporter undefined, so every log export failed inside
suppressed error handling and no logs ever reached the collector.
2026-07-25 12:30:06 +00:00
..