Skip to content

Commit fd2f9fa

Browse files
Fix: errors only config flag (#3220)
fix bug with errors only flag
1 parent 485d3ff commit fd2f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/sentry.conf.example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ def get_internal_network():
365365
# CSRF_TRUSTED_ORIGINS = ["https://example.com", "http://127.0.0.1:9000"]
366366

367367
# 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"
368+
SENTRY_SELF_HOSTED_ERRORS_ONLY = env("COMPOSE_PROFILES") != "feature-complete"

0 commit comments

Comments
 (0)