Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(insights): Add redirects for Insights sub-routes #73736

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

gggritso
Copy link
Member

@gggritso gggritso commented Jul 3, 2024

#72881 added "proper" redirects for all Insights module from /performance/ to /insights/ URLs, but it missed sub-routes! URLs like /performance/http/domains/?domain=sentry.io weren't getting redirected.

The wildcard and :splat match creates redirects for all sub-routes.

The wildcard and `:splat` match creates redirects for all sub-routes.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 3, 2024
@gggritso gggritso marked this pull request as ready for review July 3, 2024 16:03
@gggritso gggritso requested a review from a team July 3, 2024 16:04
@gggritso gggritso merged commit 3ea6d9f into master Jul 3, 2024
43 checks passed
@gggritso gggritso deleted the fix/insights/insights-subroute-redirects branch July 3, 2024 17: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.

None yet

2 participants