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
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
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>
Copy file name to clipboardExpand all lines: src/docs/self-hosted/index.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,37 @@ By default Sentry sends anonymous usage statistics to the Sentry team. It helps
107
107
108
108
You can disable this feature by adding `SENTRY_BEACON = False` into `sentry.conf.py` file.
109
109
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
+
110
141
## Configuration
111
142
112
143
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