Skip to content

fix(docs): some 404 redirects#17701

Open
a-hariti wants to merge 5 commits into
masterfrom
fix-404s
Open

fix(docs): some 404 redirects#17701
a-hariti wants to merge 5 commits into
masterfrom
fix-404s

Conversation

@a-hariti
Copy link
Copy Markdown
Collaborator

@a-hariti a-hariti commented May 9, 2026

Fix a small batch of docs 404 redirects.

Closes #16904
Closes #14257
Closes #15460
Closes #15666
Closes #14197

@vercel
Copy link
Copy Markdown

vercel Bot commented May 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment May 12, 2026 9:58pm
sentry-docs Ready Ready Preview, Comment May 12, 2026 9:58pm

Request Review

@a-hariti a-hariti changed the title fix(docs): Fix docs 404 redirects fix(docs): some 404 redirects May 9, 2026
@a-hariti a-hariti marked this pull request as ready for review May 9, 2026 22:20
Comment thread redirects.js Outdated
Comment thread redirects.js Outdated
Comment on lines +1784 to +1791
{
source: '/product/insights/ai/llm-monitoring/',
destination: '/ai/monitoring/',
},
{
source: '/product/insights/ai/llm-monitoring/:path*',
destination: '/ai/monitoring/:path*',
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
{
source: '/product/insights/ai/llm-monitoring/',
destination: '/ai/monitoring/',
},
{
source: '/product/insights/ai/llm-monitoring/:path*',
destination: '/ai/monitoring/:path*',
},

The existing wildcard /product/insights/ai/:path* should catch this.

Remove /product/insights/ai/llm-monitoring/ redirects from redirects.js
since the existing /product/insights/ai/:path* wildcard already covers
them. Fix the trace-view operations-breakdown redirect in middleware.ts
to point to the actual trace-view page instead of dashboards.

Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7255b58. Configure here.

Comment thread middleware.ts Outdated
…ment

The from path contained a hash fragment (#operations-breakdown/) which
is never sent to the server, making this entry dead code. The actual
redirect for this path is already handled in redirects.js.

Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔗 404 Error 🔗 404 Error 🔗 404 Error 🔗 404 Error 🔗 404 Error

2 participants