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 1b88e90 commit 9896684Copy full SHA for 9896684
sentry/sentry.conf.example.py
@@ -341,6 +341,14 @@ def get_internal_network():
341
# https://django-csp.readthedocs.io/en/latest/configuration.html
342
# CSP_SCRIPT_SRC += ["example.com"]
343
344
+############################
345
+# Sentry Endpoint Settings #
346
347
+
348
+# URI Prefixes for generating DSN URLs
349
+# (Defaults to URL_PREFIX by default)
350
+SENTRY_ENDPOINT = "https://sentry.ingest.example.com"
351
352
#################
353
# CSRF Settings #
354
0 commit comments