Skip to content

Commit

Permalink
docs(self-hosted): provide errors only product link (#11134)
Browse files Browse the repository at this point in the history
* docs(self-hosted): provide errors only product link

* fix

---------

Co-authored-by: Reinaldy Rafli <aldy505@proton.me>
  • Loading branch information
joshuarli and aldy505 committed Sep 10, 2024
1 parent cada6ef commit bd8a0f1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions develop-docs/self-hosted/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,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. [Traces](https://docs.sentry.io/product/explore/traces/)
2. [Profiles](https://docs.sentry.io/product/explore/profiling/)
3. [Replays](https://docs.sentry.io/product/explore/session-replay/)
4. [Insights](https://docs.sentry.io/product/insights/) (Requests, Queries, Assets, etc)
5. [User Feedback](https://docs.sentry.io/product/user-feedback/)
6. [Performance](https://docs.sentry.io/product/performance/)
7. [Crons](https://docs.sentry.io/product/crons/)
8. [Metrics](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

0 comments on commit bd8a0f1

Please sign in to comment.