From e92ad4d7ccf42cc942d2c21302cb8d084f231688 Mon Sep 17 00:00:00 2001 From: Rosa Trieu Date: Fri, 21 Aug 2026 10:16:07 -0700 Subject: [PATCH] [DOCS-15492] Fix incorrect eu CDN region in Browser SDK setup snippets The eu region CDN snippets for RUM and Logs Browser SDK setup used https://www.datadoghq-browser-agent.com/eu/v7/... which 404s. Use eu1, matching the numbered site codes used for every other region. Co-Authored-By: Claude Sonnet 5 --- hugo/content/en/logs/log_collection/javascript.md | 4 ++-- hugo/layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo/content/en/logs/log_collection/javascript.md b/hugo/content/en/logs/log_collection/javascript.md index 92ea052c026..1bf16ff435e 100644 --- a/hugo/content/en/logs/log_collection/javascript.md +++ b/hugo/content/en/logs/log_collection/javascript.md @@ -74,7 +74,7 @@ Add the generated code snippet to the head tag of every HTML page you want to mo h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}} d=o.createElement(u);d.async=1;d.src=n;d.crossOrigin='' n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n) - })(window,document,'script','https://www.datadoghq-browser-agent.com/eu/v7/datadog-logs.js','DD_LOGS') + })(window,document,'script','https://www.datadoghq-browser-agent.com/eu1/v7/datadog-logs.js','DD_LOGS') ``` @@ -180,7 +180,7 @@ Add the generated code snippet to the head tag (in front of any other script tag ```javascript diff --git a/hugo/layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md b/hugo/layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md index f39d60483e9..554734e63ad 100644 --- a/hugo/layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md +++ b/hugo/layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md @@ -66,7 +66,7 @@ Add the generated code snippet to the head tag of every HTML page you want to mo h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}} d=o.createElement(u);d.async=1;d.src=n,d.crossOrigin='' n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n) - })(window,document,'script','https://www.datadoghq-browser-agent.com/eu/v7/datadog-rum.js','DD_RUM') + })(window,document,'script','https://www.datadoghq-browser-agent.com/eu1/v7/datadog-rum.js','DD_RUM') ``` @@ -172,7 +172,7 @@ Add the generated code snippet to the head tag (in front of any other script tag ```javascript