Errors Only Self-hosted
This is an experimental feature. This means that features and workflows are not completely tested, so use at your own risk!
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:
- Issues
- Alerts
- Integrations
- Dashboards
- Releases
- 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:
- Traces
- Profiles
- Replays
- Insights (Requests, Queries, Assets, etc)
- User Feedback
- Performance
- Crons
- Metrics
This version of Sentry is enabled by default upon installation. Ensure that your .env file includes COMPOSE_PROFILES=feature-complete
.
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").