v0.8.0
Released
Feature
MongoDB Adapter, Browser SDKs & Metrics Dashboards
MongoDB storage adapter for @logtide/reservoir, browser and frontend SDKs with source maps and Core Web Vitals, and OTLP metrics dashboards with cross-signal correlation.
- MongoDB storage adapter for @logtide/reservoir
- Browser/Frontend SDKs with session tracking & source maps
- Core Web Vitals and network breadcrumbs
- OTLP Metrics rollups & Golden Signals (P50/P95/P99)
- Correlation across logs, traces, and metrics
Added
- Browser & Frontend SDK Enhancements — Sentry-level browser observability across all frontend framework SDKs.
- @logtide/browser: Dedicated browser SDK with session tracking, Web Vitals, and offline resilience.
- Source Maps:
@logtide/clifor source map uploads and backend un-minification service. - Frameworks: Deep integrations for Next.js, Nuxt, SvelteKit, and Angular.
- Metrics Dashboard & Rollups — Redesigned metrics page with pre-aggregated rollups for TimescaleDB and ClickHouse.
- MongoDB Storage Adapter — Full MongoDB backend for the
@logtide/reservoirstorage layer. - Golden Signals with Percentiles — P50/P95/P99 percentile aggregation across all storage engines.
- Smart Project Selectors — Dropdowns now only show projects that have data in the relevant category.
Optimized
- TimescaleDB Skip-Scan — Recursive CTEs for instant
distinctqueries on high-cardinality fields. - Intelligent Volume Estimation —
countEstimatesupport for instant dashboard loads on high-volume projects. - Batch Ingestion — Ordered-false inserts and tuned connection pools for maximum throughput.
- ClickHouse Projections — Faster query execution for common search patterns.
Fixed
- Internal Logging Plugin — Fixed DSN passing to
@logtide/fastifyfor self-monitoring. - Backend Self-Monitoring — Improved DSN construction and verbose startup logging.
- Docker Compose — Fixed missing environment variables and worker health check race conditions.
- Admin Dashboard — Fixed missing metrics series in platform activity chart.