File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11COMPOSE_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/
55COMPOSE_PROFILES = feature-complete
66SENTRY_EVENT_RETENTION_DAYS = 90
77# You can either use a port number or an IP:PORT combo for SENTRY_BIND
Original file line number Diff line number Diff 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/
9696SENTRY_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
You can’t perform that action at this time.
0 commit comments