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 22605fd commit cd7c460Copy full SHA for cd7c460
sentry/sentry.conf.example.py
@@ -364,5 +364,12 @@ def get_internal_network():
364
365
# CSRF_TRUSTED_ORIGINS = ["https://example.com", "http://127.0.0.1:9000"]
366
367
+#################
368
+# JS SDK Loader #
369
370
+
371
+JS_SDK_LOADER_DEFAULT_SDK_URL = "https://browser.sentry-cdn.com/%s/bundle%s.min.js"
372
373
374
# If you would like to use self-hosted Sentry with only errors enabled, please set this
375
SENTRY_SELF_HOSTED_ERRORS_ONLY = env("COMPOSE_PROFILES") != "feature-complete"
0 commit comments