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

docs(self-hosted): provide product links to ommited features on errors-only #1341

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions src/docs/self-hosted/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ You can disable this feature by adding `SENTRY_BEACON = False` into `sentry.conf

## Errors-only Self-hosted Sentry

**Disclaimer: This is an experimental beta feature. This means that features and workflows are not completely tested, so use at your own risk!**
<Alert level="warning" title="Disclaimer">
<b>This is an experimental beta feature. This means that features and workflows are not completely tested, so use at your own risk!</b>
</Alert>

Starting from 24.8.0+, users will have the ability to choose between two distinct types of self-hosted Sentry deployments.

Expand All @@ -128,13 +130,14 @@ In order to enable errors only self-hosted, you'll need to update your [.env fil
**Feature Complete**

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
4. Insights (Requests, Queries, Assets, etc)
5. User Feedback
6. Performance
7. Crons
1. Trace Explorer ([product documentation](https://docs.sentry.io/product/explore/traces/))
2. Profiles ([product documentation](https://docs.sentry.io/product/explore/profiling/))
3. Replays ([product documentation](https://docs.sentry.io/product/explore/session-replay/))
4. Insights (Requests, Queries, Assets, etc) ([product documentation](https://docs.sentry.io/product/insights/))
5. User Feedback ([product documentation](https://docs.sentry.io/product/user-feedback/))
6. Performance ([product documentation](https://docs.sentry.io/product/performance/))
7. Crons ([product documentation](https://docs.sentry.io/product/crons/))
8. Metrics ([product documentation](https://docs.sentry.io/product/explore/metrics/))

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

Expand Down
Loading