Skip to content

Roadmap

Implemented MVP pieces:

  1. Repository scaffolding and docs.
  2. SQLite session store.
  3. CLI read path and discovery.
  4. Tauri plugin embedded collector.
  5. Frontend API package for console logs, frontend errors, invoke wrappers, and event wrappers.
  6. Rust tracing integration.
  7. OpenTelemetry JS span exporter shim.
  8. MCP server.
  9. Example Tauri app and dogfood loop.
  10. Retention and redaction.
  11. CLI timeline, explain, tail, Tauri diagnostics, and redacted bundle export.
  12. Startup and runtime window lifecycle capture plus Rust panic diagnostics.

Planned follow-ups:

  1. OTLP/sidecar receiver for telemetry produced outside the Tauri plugin path.
  2. Metrics ingestion and OpenTelemetry logs SDK support.
  3. Screenshots and devtools actions.
  4. Automated browser/desktop smoke tests around the dogfood app.