Skip to content

Docs issue - using the loader script section doesn't consider EU location organizations #12788

@gilisho

Description

@gilisho

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/browser

SDK Version

7.120.3

Framework Version

No response

Link to Sentry event

https://monitoring-demo-europe.sentry.io/issues/?project=4508850509119568&referrer=sidebar

Reproduction Example/SDK Setup

This docs section has a mistake for organizations configured to be stored in EU data storage location.

Steps to Reproduce

Read the docs :)

Expected Result

The expected result is to have this link in the docs:

<script src="https://js-de.sentry-cdn.com/25948d48b722913301940234eef57a6f.min.js" crossorigin="anonymous"></script>

Actual Result

This is the loader script in the docs is this (see also screenshot below):

<script
  src="https://js.sentry-cdn.com/25948d48b722913301940234eef57a6f.min.js"
  crossorigin="anonymous"
></script>

Image

However, this link leads to here: https://js.sentry-cdn.com/25948d48b722913301940234eef57a6f.min.js
And it's a no-op script.

Metadata

Metadata

Assignees

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions