We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485d3ff commit fd2f9faCopy full SHA for fd2f9fa
sentry/sentry.conf.example.py
@@ -365,4 +365,4 @@ def get_internal_network():
365
# CSRF_TRUSTED_ORIGINS = ["https://example.com", "http://127.0.0.1:9000"]
366
367
# If you would like to use self-hosted Sentry with only errors enabled, please set this
368
-SENTRY_SELF_HOSTED_ERRORS_ONLY = env("COMPOSE_PROFILES") == "feature-complete"
+SENTRY_SELF_HOSTED_ERRORS_ONLY = env("COMPOSE_PROFILES") != "feature-complete"
0 commit comments