diff --git a/.env b/.env index dfe279267f8..7a768f29d5a 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ COMPOSE_PROJECT_NAME=sentry-self-hosted # Set COMPOSE_PROFILES to "feature-complete" to enable all features # To enable errors monitoring only, set COMPOSE_PROFILES=errors-only -# See https://develop.sentry.dev/self-hosted/experimental/errors-only/ +# See https://develop.sentry.dev/self-hosted/optional-features/errors-only/ COMPOSE_PROFILES=feature-complete SENTRY_EVENT_RETENTION_DAYS=90 # You can either use a port number or an IP:PORT combo for SENTRY_BIND diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 38147f7bb02..46a10152171 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -92,7 +92,7 @@ def get_internal_network(): # in your `.env` file. To enable only the error monitoring feature, set # `COMPOSE_PROFILES` to `errors-only`. # -# See https://develop.sentry.dev/self-hosted/experimental/errors-only/ +# See https://develop.sentry.dev/self-hosted/optional-features/errors-only/ SENTRY_SELF_HOSTED_ERRORS_ONLY = env("COMPOSE_PROFILES") != "feature-complete" # When running in an air-gapped environment, set this to True to entirely disable