agenterr vs sentry

A lightweight, open-source Sentry alternative.

Sentry defined error tracking. Agenterr is for the projects where running it feels like overkill: side projects, solo products, small servers — and the coding agents working on them.

The weight difference

Sentry's own self-hosting docs recommend 16GB of RAM and run a dozen services. Agenterr is one process and one data file, idling around 25MB — it shares a $5 VPS with the apps it monitors.

The pricing difference

Sentry bills per event, so a crash loop can move your invoice. Self-hosting agenterr is free and unlimited under AGPL-3.0, on hardware you already pay for. A hosted option is coming later at a flat monthly price, and it will never bill per event.

The agent difference

Sentry ships an MCP server as an add-on to a product built for dashboards. Agenterr is agent-first: issues, counts, and regressions served over MCP as the primary interface, sized so an agent gets exactly what it needs in one call.

When Sentry is the right choice

A team with real traffic, mobile apps that need symbolication, performance tracing, or an org already on it. Sentry is a deeper product. Agenterr trades that depth for weight, price, and agent access.

agenterr Sentry Datadog
RAM to run it~25MB idle16GB+ recommended (self-hosted)SaaS only
Pricing modelfree self-hostper-eventper-host + per-GB
Self-hostingone process, one filea dozen servicesnot available
Agent accessagent-first, MCP built inMCP add-onMCP add-on
LicenseAGPL-3.0, free foreverFSL (source-available)proprietary

Run it in one command.

$ docker run ghcr.io/agenterr/agenterr
View on GitHub