Skip to content

Commit 43d7d96

Browse files
authored
feat: enable customization sentry DSN endpoint (#3747)
feat: enable customization sentry DSN endpoint Update sentry/sentry.conf.example.py
1 parent 4123963 commit 43d7d96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sentry/sentry.conf.example.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,14 @@ def get_internal_network():
341341
# https://django-csp.readthedocs.io/en/latest/configuration.html
342342
# CSP_SCRIPT_SRC += ["example.com"]
343343

344+
############################
345+
# Sentry Endpoint Settings #
346+
############################
347+
348+
# URI Prefixes for generating DSN URLs
349+
# (default is URL_PREFIX)
350+
# SENTRY_ENDPOINT = "https://sentry.ingest.example.com"
351+
344352
#################
345353
# CSRF Settings #
346354
#################

0 commit comments

Comments
 (0)