diff --git a/src/components/codeContext.tsx b/src/components/codeContext.tsx index 9e5ecbd181bf5..d19c912e053a4 100644 --- a/src/components/codeContext.tsx +++ b/src/components/codeContext.tsx @@ -214,7 +214,8 @@ export async function fetchCodeKeywords(): Promise { PROJECT_SLUG: project.projectSlug, ORG_ID: project.organizationId, ORG_SLUG: project.organizationSlug, - ORG_INGEST_DOMAIN: `o${project.organizationId}.ingest.sentry.io`, + ORG_INGEST_DOMAIN: + parsedDsn.host ?? `o${project.organizationId}.ingest.sentry.io`, MINIDUMP_URL: formatMinidumpURL(parsedDsn), UNREAL_URL: formatUnrealEngineURL(parsedDsn), title: `${project.organizationSlug} / ${project.projectSlug}`,