Skip to content

[DOCS-15492] Fix incorrect eu CDN region in Browser SDK setup snippets - #39399

Open
rtrieu wants to merge 1 commit into
masterfrom
rtrieu/docs-15492-fix-eu-cdn-region
Open

[DOCS-15492] Fix incorrect eu CDN region in Browser SDK setup snippets#39399
rtrieu wants to merge 1 commit into
masterfrom
rtrieu/docs-15492-fix-eu-cdn-region

Conversation

@rtrieu

@rtrieu rtrieu commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

What does this PR do? What is the motivation?

Fixes DOCS-15492

The setup instructions for the RUM Browser SDK and the Browser Logs SDK had a broken link for customers on the eu Datadog site. If you selected eu as your site, the code snippet you were told to copy pointed to a URL that gives a 404 error, so the SDK wouldn't load. This PR corrects the link so eu customers get a working snippet, just like every other site.

Merge readiness

  • Ready for merge

For Datadog employees:

  • ⚠️ Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR.
  • 🤖 New: Comment with /review to run an automated check that catches common issues before a Documentation team member reviews your PR.

AI assistance

Investigated the reported 404 and identified the fix with Claude Code; verified against the site's existing region-code mapping conventions before applying the two-line fix per file.

Additional notes

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 <noreply@anthropic.com>
@rtrieu
rtrieu requested review from a team as code owners August 21, 2026 17:16
@github-actions github-actions Bot added Architecture Everything related to the Doc backend cdocs labels Aug 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Preview links (active after the build_preview check completes)

Modified Files

@OliviaShoup OliviaShoup left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend cdocs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants