Skip to content

Commit efbc46a

Browse files
author
Luca Forstner
committed
different org
1 parent 371e228 commit efbc46a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/browser/src/diagnose-sdk.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export async function diagnoseSdkConnectivity(): Promise<
2626
// If fetch throws, there is likely an ad blocker active or there are other connective issues.
2727
await fetch(
2828
// We want this to be as close as possible to an actual ingest URL so that ad blockers will actually block the request
29-
'https://o1337.ingest.sentry.io/api/1337/envelope/?sentry_version=7&sentry_key=1337&sentry_client=sentry.javascript.react%2F1.33.7',
29+
// We are using the "sentry-sdks" org with id 447951 not to pollute any actual organizations.
30+
'https://o447951.ingest.sentry.io/api/1337/envelope/?sentry_version=7&sentry_key=1337&sentry_client=sentry.javascript.react%2F1.33.7',
3031
{
3132
body: '',
3233
method: 'POST',

0 commit comments

Comments
 (0)