Back to browse
Telemetry Tracker – An open-source telemetry platform for web apps

Telemetry Tracker – An open-source telemetry platform for web apps

by unjica·Jul 7, 2026·1 point·0 comments

AI Analysis

●●SolidShip It

Self-hostable Sentry alternative, but error tracking is a solved category.

Strengths
  • MIT license with self-hosted option gives teams control over their telemetry data
  • Keyboard-navigable UI with real-time ingestion and shareable filtered views
Weaknesses
  • Missing performance monitoring and session replay that Sentry and LogRocket offer
  • Another observability platform when Sentry, Highlight, and LogRocket dominate
Target Audience

Full-stack JavaScript developers

Similar To

Sentry · Highlight · LogRocket

Post Description

Hi HN,

I’ve been working on Telemetry Tracker over the past several months. It started as a side project because I wanted a simple telemetry platform that I could both self-host and use as a hosted service.

Today it includes error tracking, custom events, session monitoring, organizations, projects, API keys, and SDKs for React, Next.js, Vue, Nuxt, React Native, Node.js and NestJS.

The whole project is open source (MIT) and written in TypeScript.

There’s still a lot I’d like to build—performance monitoring, alerting, source maps, session replay—but I felt it was time to share it instead of waiting for it to be “finished.”

I’d love to hear what you think. Happy to answer any questions about the architecture, implementation, or why I made certain design decisions.

Similar Projects