Guides
Long-form notes on error monitoring you can actually run.
Self-hosting, OTLP, framework error tracking, and what Sentry actually costs. Reproducible commands, public benchmarks, and an honest “where urgentry is behind” row on every comparison.
-
Self-hosting & ops 10
Running an error tracker yourself: sizing, single binary vs Docker Compose, hardening, backup, upgrades, and failure modes.
- Sentry self-hosted RAM: 16 GB on paper, 32 GB in practice
- Single Go binary vs Docker Compose: ops cost compared
- Self-hosted error monitoring on a $5 VPS
- Reverse proxy configs for self-hosted error tracking
- Production urgentry on Kubernetes (Helm + HA)
- Backup, restore, and DR for self-hosted error tracking
- Hardening a self-hosted error tracker (TLS, auth, audit)
- Retention strategy: how long to keep error events
- Zero-downtime upgrades for a self-hosted error tracker
- The 200 OK that silently ate your events
-
Alternatives & comparisons 8
Head-to-head comparisons against Sentry self-hosted, GlitchTip, Bugsink, SigNoz, Highlight.io, Rollbar, Bugsnag, and PostHog.
- urgentry vs SigNoz: errors-first vs observability-first
- urgentry vs Bugsink: two takes on lean Sentry-compatible self-host
- urgentry vs GlitchTip: two Sentry-SDK-compatible paths to self-host
- urgentry vs Sentry self-hosted: a 218-operation comparison
- urgentry vs PostHog for error tracking
- Migrating off Highlight.io: an honest playbook
- urgentry vs Rollbar
- urgentry vs Bugsnag
-
Evaluation playbooks 5
Decision and validation playbooks for the DSN-swap proof: compatibility checks, side-by-side runs, pre-cutover test plans.
-
Language & framework error tracking 12
Per-stack error monitoring with the Sentry SDK and OTLP: Go, Next.js, Django, Rails, FastAPI, .NET, Node, Laravel, Rust, mobile, and games.
- Go error tracking: the 2026 guide
- Next.js error monitoring (App Router + edge runtime)
- Django error tracking with the Sentry SDK
- Rails error monitoring playbook
- FastAPI error tracking with OTLP-native ingest
- .NET error monitoring (ASP.NET Core + Worker Services)
- Node.js error tracking with the Sentry SDK and urgentry
- Frontend source maps without leaking your code
- Flutter and React Native error tracking with the Sentry SDK
- Laravel and PHP error tracking with the Sentry SDK
- Rust error monitoring with the sentry-rust SDK
- Unity and Unreal crash reporting with the Sentry SDK
-
Observability fundamentals 8
OTLP, sampling, profiling, session replay, native crash symbolication, and how errors fit into a broader telemetry stack.
- OTLP for error tracking: the missing manual
- Tail-based sampling for errors
- Continuous profiling in 2026
- Self-hosted session replay options in 2026
- Logs vs traces vs errors: what each signal is for
- Native crash reporting: minidumps and symbolication
- Release health: deploys, sessions, and crash-free users
- Observability query languages compared: Discover, LogQL, SPL, DDL
-
AI agents & MCP observability 5
Self-hosted observability for AI agents and MCP servers: spans, tool calls, token cost, and degradation tracking with OpenTelemetry.
-
Cost 5
Methodology for modeling your Sentry bill, the real cost of self-hosting, and where the break-even sits.
-
Fundamentals 3
Short, definitional pieces optimized for citation: what error tracking is, what a DSN is, what compatibility-first means.