Skip to content

Commit 9896684

Browse files
committed
feat: enable customize sentry DSN endpoint
1 parent 1b88e90 commit 9896684

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+
# (Defaults to URL_PREFIX by default)
350+
SENTRY_ENDPOINT = "https://sentry.ingest.example.com"
351+
344352
#################
345353
# CSRF Settings #
346354
#################

0 commit comments

Comments
 (0)