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

Commit

Permalink
make docs less markety
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Jul 18, 2024
1 parent 7f9c3a5 commit dc65e9c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/docs/self-hosted/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,25 @@ You can disable this feature by adding `SENTRY_BEACON = False` into `sentry.conf

### Errors-only Self-hosted Sentry

This feature is experimental and now in beta. Starting from 24.8.0+ onwards, users will have the ability to choose between two distinct types of self-hosted Sentry deployments, tailored to their specific needs and preferences.
**Disclaimer: This is an experimental beta 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**

Opt for a sleek and efficient version of self-hosted Sentry that focuses on what we do besttackling issues head-on. This lightweight option includes these features:
Errors Only self-hosted offers a small subset of features focusing on what we do best: tackling issues head-on. This lightweight option includes only the following features:
1. Issues
2. Alerts
3. Integrations
4. Dashboards
5. Releases
6. Discover

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`.

**Feature Complete**

This is our default version of self-hosted Sentry that is most similar feature parity wise to our SaaS product. This includes everything offered in the Errors Only version, as well as many other amazing features.
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:
1. Traces
2. Profiles
3. Replays
Expand All @@ -132,7 +136,7 @@ This is our default version of self-hosted Sentry that is most similar feature p
6. Performance
7. Crons

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`.
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`.

## Configuration

Expand Down

0 comments on commit dc65e9c

Please sign in to comment.