Skip to content

Commit 7fa000f

Browse files
chore: Clean up statsd monitoring configuration comments (#4334)
Removed commented instructions for enabling statsd monitoring.
1 parent 418ad24 commit 7fa000f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sentry/sentry.conf.example.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,6 @@ def get_internal_network():
530530
# By default, Sentry uses dummy statsd monitoring backend that is a no-op.
531531
# If you have a statsd server, you can utilize that to monitor self-hosted
532532
# Sentry for "sentry"-related containers.
533-
#
534-
# To start, uncomment the following line and adjust the options as needed.
535533

536534
SENTRY_STATSD_ADDR = env("SENTRY_STATSD_ADDR")
537535
if SENTRY_STATSD_ADDR:

0 commit comments

Comments
 (0)