2 Commits
Author SHA1 Message Date
privatecloud builder c57606cd90 Fix OTLP log export: BatchLogRecordProcessor takes an options object
CI / build (push) Successful in 58s
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
privatecloud builder 95bef8bf7b Build hn-reader: keyboard-driven Hacker News reader
CI / build (push) Successful in 2m0s
Vite/React + shadcn/ui frontend with Superhuman-style keyboard nav
(j/k/o/v/e/s/u, feed switching, localStorage caching for instant
loads) backed by an Express API that polls the HN Firebase API into
Postgres and serves cached feeds/comments. Instrumented with
OpenTelemetry (traces/metrics/logs via OTLP/HTTP).
2026-07-25 12:16:08 +00:00