From 858aad27abb631bf4a09f7cffa12ea0e94118908 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Sun, 21 Jul 2024 13:00:13 +0200 Subject: [PATCH] Use CDN by default for JS SDK Loader --- sentry/sentry.conf.example.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 38a461f46cb..23f1c40c7cc 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -363,3 +363,9 @@ def get_internal_network(): # https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-CSRF_TRUSTED_ORIGINS # CSRF_TRUSTED_ORIGINS = ["https://example.com", "http://127.0.0.1:9000"] + +################# +# JS SDK Loader # +################# + +JS_SDK_LOADER_DEFAULT_SDK_URL = "https://browser.sentry-cdn.com/%s/bundle%s.min.js"