Yes—there are credible alternatives now, including several that are dramatically easier to self-host than Sentry.

My shortlist

ProductBest forSelf-hosting footprintLicenseMain limitation
GlitchTipSentry-like error trackingVery lightMITLess sophisticated than Sentry
BugsinkExtremely focused error trackingVery lightPolyForm ShieldSource-available, not OSI open source
HyperDXLogs, traces, errors and session replayModerateMITClickHouse-based; not as light as GlitchTip
OpenObserveGraylog replacement and unified telemetryLight–moderateAGPLv3Error workflow is less Sentry-like
UptraceApplication performance and distributed tracingModerateAGPLv3Error triage is secondary to APM
SigNozFull AppSignal/Datadog-style observabilityModerate–heavyApache 2.0 coreMore infrastructure than the focused options

1. GlitchTip — my first choice for replacing Sentry

GlitchTip is probably the closest match to my priorities:

It deliberately chooses simplicity over Sentry’s enormous feature set. That is likely a feature in my case, not a drawback.

The tradeoff is that its performance monitoring, search, release intelligence and issue workflow are less sophisticated than contemporary Sentry. But if your primary requirement is “tell developers what failed, where, and with what context,” this is the strongest candidate.

GlitchTip overview · self-hosting requirements · source and license

2. Bugsink — even more focused and operationally simple

Bugsink exists almost precisely because its creator found self-hosted Sentry too difficult.

It offers:

Its important caveat is licensing: Bugsink is source-available under PolyForm Shield, not open source under the OSI definition. You may inspect, modify and run it internally, but cannot offer a competing hosted service.

It also intentionally handles only error events—not traces, metrics or general-purpose logs. That focus is why it remains simple.

Bugsink documentation · Sentry SDK compatibility · license comparison

3. HyperDX — best integrated developer experience

HyperDX is the option I would investigate if you want something broader than GlitchTip without assembling the conventional Grafana/Loki/Tempo/Prometheus collection.

It brings together:

It is MIT-licensed and now part of ClickHouse’s ClickStack. For evaluation, an all-in-one container includes HyperDX, ClickHouse, an OpenTelemetry collector and MongoDB. The documented test footprint is at least 4 GB RAM and two CPU cores.

This is considerably simpler than Sentry operationally, although it is still a real observability stack. Its strongest feature is correlation: jump from an exception or slow request to its trace and related logs.

HyperDX source, features and deployment

4. OpenObserve — strongest Graylog replacement

If centralized logs are the biggest need, OpenObserve deserves serious consideration.

It provides:

The community edition is AGPLv3. Architecturally, it is likely the simplest unified backend in this list. It is especially attractive if you have lots of logs and want to avoid running Elasticsearch or ClickHouse yourself.

Its weakness is that application exceptions are treated more as telemetry records than as a polished Sentry-style issue inbox. It can show and alert on errors, but GlitchTip is better for developer-oriented error grouping and triage.

OpenObserve documentation · source and licensing

5. Uptrace — compact, capable APM

Uptrace is a good AppSignal alternative when performance monitoring matters more than session replay or Sentry-style issue management.

It includes:

The server is AGPLv3. Its principal backend is ClickHouse, with PostgreSQL used for metadata. That makes it more involved than GlitchTip or standalone OpenObserve, but substantially less sprawling than Sentry.

Uptrace source and architecture

6. SigNoz — closest to a complete AppSignal/Datadog replacement

SigNoz offers the most complete conventional observability package here:

The core repository uses Apache 2.0, with some enterprise functionality separated. Recent deployment tooling can generate and operate Docker Compose or systemd installations from a single configuration.

I would not describe it as lightweight in the same sense as GlitchTip. It is still based around an OpenTelemetry collector and ClickHouse, and its total operational surface is appreciably larger. But it is much more coherent than assembling six unrelated CNCF components.

SigNoz repository · current deployment tool

What I might choose

For the lowest-maintenance practical setup:

That gives two comparatively simple systems, each doing what it is good at. It will usually be easier to understand and recover than one ambitious all-in-one platform.

For a single UI:

  1. HyperDX — best developer troubleshooting experience.
  2. OpenObserve — simplest architecture and strongest log orientation.
  3. SigNoz — broadest mature APM feature set, but more machinery.

If error tracking is overwhelmingly the priority:

  1. GlitchTip if true open source matters.
  2. Bugsink if operational simplicity and paid self-hosted support matter more than OSI licensing.

GlitchTip versus HyperDX: GlitchTip for a clean Sentry replacement, HyperDX to replace Sentry, Graylog and part of AppSignal with one system.