From f1d424e346486994c540ea00e90f1a3962491ac5 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sat, 27 Jul 2024 08:29:32 +0700 Subject: [PATCH] docs(self-hosted): provide errors only product link --- 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 4cda6a9049f54..5ca6f2d4125de 100644 --- a/develop-docs/self-hosted/index.mdx +++ b/develop-docs/self-hosted/index.mdx @@ -131,13 +131,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, which is 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`.