File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments