You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/self-hosted/index.mdx
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,39 @@ By default Sentry sends anonymous usage statistics to the Sentry team. It helps
108
108
109
109
You can disable this feature by adding `SENTRY_BEACON = False` into `sentry.conf.py` file.
110
110
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
+
111
144
## Configuration
112
145
113
146
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