Skip to content

fix(vercel): redirect sentry.dev root to sentry.io#118076

Merged
ryan953 merged 1 commit into
masterfrom
fix/redirect-sentry-dev-to-sentry-io
Jun 18, 2026
Merged

fix(vercel): redirect sentry.dev root to sentry.io#118076
ryan953 merged 1 commit into
masterfrom
fix/redirect-sentry-dev-to-sentry-io

Conversation

@ryan953

@ryan953 ryan953 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Visitors to sentry.dev (no subdomain) currently land on the Vercel preview deployment of the app, which is confusing — it looks like the real product but isn't.

This adds a host-scoped redirect rule so bare sentry.dev traffic is sent to sentry.io. PR preview subdomains (e.g. pr-1234.sentry.dev) are unaffected because the has host condition matches exactly on sentry.dev.

Using a temporary (307) redirect since we may want to revisit this if the domain gets repurposed.


View Session in Sentry

Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 18, 2026
@ryan953 ryan953 marked this pull request as ready for review June 18, 2026 22:34
@ryan953 ryan953 requested a review from a team as a code owner June 18, 2026 22:34

@dcramer dcramer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think future we consider moving previews to a sub but that might require other changes

@ryan953 ryan953 merged commit 9abb13c into master Jun 18, 2026
69 checks passed
@ryan953 ryan953 deleted the fix/redirect-sentry-dev-to-sentry-io branch June 18, 2026 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants