Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 62809a3

Browse files
feat(self-hosted): Add docs for self-hosted errors only (#1336)
* add docs for self-hosted errors only Co-authored-by: Alex Zaslavsky <azaslavsky@users.noreply.github.com> --------- Co-authored-by: Alex Zaslavsky <azaslavsky@users.noreply.github.com>
1 parent 283d69f commit 62809a3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/docs/self-hosted/index.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,37 @@ By default Sentry sends anonymous usage statistics to the Sentry team. It helps
107107

108108
You can disable this feature by adding `SENTRY_BEACON = False` into `sentry.conf.py` file.
109109

110+
## Errors-only Self-hosted Sentry
111+
112+
**Disclaimer: This is an experimental beta feature. This means that features and workflows are not completely tested, so use at your own risk!**
113+
114+
Starting from 24.8.0+, users will have the ability to choose between two distinct types of self-hosted Sentry deployments.
115+
116+
**Errors Only**
117+
118+
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:
119+
1. Issues
120+
2. Alerts
121+
3. Integrations
122+
4. Dashboards
123+
5. Releases
124+
6. Discover
125+
126+
In order to enable errors only self-hosted, you'll need to update your [.env file](https://github.com/getsentry/self-hosted/blob/master/.env) to include `COMPOSE_PROFILES=errors-only`.
127+
128+
**Feature Complete**
129+
130+
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:
131+
1. Traces
132+
2. Profiles
133+
3. Replays
134+
4. Insights (Requests, Queries, Assets, etc)
135+
5. User Feedback
136+
6. Performance
137+
7. Crons
138+
139+
This version of Sentry is enabled by default upon installation. Ensure that your [.env file](https://github.com/getsentry/self-hosted/blob/master/.env) includes `COMPOSE_PROFILES=feature-complete`.
140+
110141
## Configuration
111142

112143
You very likely will want to adjust the default configuration for your Sentry installation as well. These facilities are available for that purpose:

0 commit comments

Comments
 (0)