Errors Only Self-hosted

Starting from 24.8.0+, users will have the ability to choose between two distinct types of self-hosted Sentry deployments.

Errors Only

Errors Only self-hosted offers a small subset of features with an emphasis on minimizing system resources. This lightweight option includes only the following features:

  1. Issues
  2. Alerts
  3. Integrations
  4. Dashboards
  5. Releases
  6. Discover

In order to enable errors only self-hosted, you'll need to update your .env file to include COMPOSE_PROFILES=errors-only.

Feature Complete

This is our default version of self-hosted Sentry. It includes most of the features that are available on our SaaS product. This includes everything offered in the Errors Only version, plus the following:

  1. Traces
  2. Profiles
  3. Replays
  4. Insights (Requests, Queries, Assets, etc)
  5. User Feedback
  6. Performance
  7. Crons
  8. Metrics

This version of Sentry is enabled by default upon installation. Ensure that your .env file includes COMPOSE_PROFILES=feature-complete.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").