From bd8a0f15822ae0b7c65883358437b63628fd67ea Mon Sep 17 00:00:00 2001 From: joshuarli Date: Tue, 10 Sep 2024 12:11:26 -0700 Subject: [PATCH] docs(self-hosted): provide errors only product link (#11134) * docs(self-hosted): provide errors only product link * fix --------- Co-authored-by: Reinaldy Rafli --- develop-docs/self-hosted/index.mdx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/develop-docs/self-hosted/index.mdx b/develop-docs/self-hosted/index.mdx index ca66253fa67e9..a4fb4bf9bfcde 100644 --- a/develop-docs/self-hosted/index.mdx +++ b/develop-docs/self-hosted/index.mdx @@ -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`.