Skip to content

Commit 0fce96c

Browse files
authored
chore: provide detailed note for sentry endpoint settings (#3780)
Follow up for #3747
1 parent 494051b commit 0fce96c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sentry/sentry.conf.example.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,12 @@ def get_internal_network():
345345
# Sentry Endpoint Settings #
346346
############################
347347

348-
# URI Prefixes for generating DSN URLs
349-
# (default is URL_PREFIX)
348+
# If your Sentry installation has different hostnames for ingestion and web UI,
349+
# in which your web UI is accessible via private corporate network, yet your
350+
# ingestion hostname is accessible from the public internet, you can uncomment
351+
# this following options in order to have the ingestion hostname rendered
352+
# correctly on the SDK configuration UI.
353+
#
350354
# SENTRY_ENDPOINT = "https://sentry.ingest.example.com"
351355

352356
#################

0 commit comments

Comments
 (0)