Skip to content

Commit 3af221e

Browse files
mariansimecekMarian Šimeček
andauthored
fix: broken link to Errors-Only Mode docs (#4032)
Co-authored-by: Marian Šimeček <[email protected]>
1 parent c7d413c commit 3af221e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
COMPOSE_PROJECT_NAME=sentry-self-hosted
22
# Set COMPOSE_PROFILES to "feature-complete" to enable all features
33
# To enable errors monitoring only, set COMPOSE_PROFILES=errors-only
4-
# See https://develop.sentry.dev/self-hosted/experimental/errors-only/
4+
# See https://develop.sentry.dev/self-hosted/optional-features/errors-only/
55
COMPOSE_PROFILES=feature-complete
66
SENTRY_EVENT_RETENTION_DAYS=90
77
# You can either use a port number or an IP:PORT combo for SENTRY_BIND

sentry/sentry.conf.example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_internal_network():
9292
# in your `.env` file. To enable only the error monitoring feature, set
9393
# `COMPOSE_PROFILES` to `errors-only`.
9494
#
95-
# See https://develop.sentry.dev/self-hosted/experimental/errors-only/
95+
# See https://develop.sentry.dev/self-hosted/optional-features/errors-only/
9696
SENTRY_SELF_HOSTED_ERRORS_ONLY = env("COMPOSE_PROFILES") != "feature-complete"
9797

9898
# When running in an air-gapped environment, set this to True to entirely disable

0 commit comments

Comments
 (0)