Skip to content

Commit 7cc1f4e

Browse files
Docs for errors only self hosted (#10811)
* docs for errors only self hosted * wording tweaks
1 parent 97672e3 commit 7cc1f4e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

develop-docs/self-hosted/index.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,39 @@ By default Sentry sends anonymous usage statistics to the Sentry team. It helps
108108

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

111+
## Errors-only Self-hosted Sentry
112+
113+
<Note>
114+
This is an experimental beta feature. This means that features and workflows are not completely tested, so use at your own risk!
115+
</Note>
116+
117+
Starting from 24.8.0+, users will have the ability to choose between two distinct types of self-hosted Sentry deployments: errors only or feature complete..
118+
119+
**Errors Only**
120+
121+
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:
122+
1. Issues
123+
2. Alerts
124+
3. Integrations
125+
4. Dashboards
126+
5. Releases
127+
6. Discover
128+
129+
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`.
130+
131+
**Feature Complete**
132+
133+
This is our default version of self-hosted Sentry. It includes most of the features that are available on our SaaS product, which is everything offered in the Errors Only version, plus the following::
134+
1. Traces
135+
2. Profiles
136+
3. Replays
137+
4. Insights (Requests, Queries, Assets, etc)
138+
5. User Feedback
139+
6. Performance
140+
7. Crons
141+
142+
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`.
143+
111144
## Configuration
112145

113146
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)