We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494051b commit 0fce96cCopy full SHA for 0fce96c
sentry/sentry.conf.example.py
@@ -345,8 +345,12 @@ def get_internal_network():
345
# Sentry Endpoint Settings #
346
############################
347
348
-# URI Prefixes for generating DSN URLs
349
-# (default is URL_PREFIX)
+# If your Sentry installation has different hostnames for ingestion and web UI,
+# 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
+#
354
# SENTRY_ENDPOINT = "https://sentry.ingest.example.com"
355
356
#################
0 commit comments