Skip to content

fix(drains): Redirect old integration/ drain paths and fix Vercel tab name#17997

Draft
JoshuaKGoldberg wants to merge 1 commit into
masterfrom
jg/redirect-drains-integration-paths
Draft

fix(drains): Redirect old integration/ drain paths and fix Vercel tab name#17997
JoshuaKGoldberg wants to merge 1 commit into
masterfrom
jg/redirect-drains-integration-paths

Conversation

@JoshuaKGoldberg
Copy link
Copy Markdown
Member

Summary

The OTLP consolidation in #16297 (Feb 11, 2026) flattened /product/drains/integration/ into /product/drains/ and moved the OTLP Collector page to /concepts/otlp/forwarding/pipelines/collector/, but no redirects were added. Old URLs — including "Learn more" links shipped in the Sentry app — now 404.

This came out of ramp-up on CW-1434 — Fix incorrect Vercel Drains docs page.

Changes

Redirects (redirects.js):

  • /product/drains/integration/opentelemetry-collector//concepts/otlp/forwarding/pipelines/collector/
  • /product/drains/integration/:path*/product/drains/:path* (covers vercel, cloudflare, heroku, openrouter, shopify-hydrogen, supabase)

Vercel page (docs/product/drains/vercel.mdx):

  • Manual setup steps referenced the Client Keys (DSN) > Vercel tab, but the app labels it Vercel Drains. Updated to match.

Companion PR

The in-app links that were pointing at the now-dead paths are fixed in getsentry/sentry#116716. This PR additionally protects external links/bookmarks via redirects.

… name

The #16297 OTLP consolidation flattened /product/drains/integration/
into /product/drains/ and moved the OTLP Collector page to
/concepts/otlp/forwarding/pipelines/collector/, but no redirects were
added, so old URLs (and in-app Learn more links) 404.

- Add redirect for the flattened integration/ subfolder
- Add specific redirect for the relocated OTLP Collector page
- Vercel manual setup: the Client Keys (DSN) tab is labeled 'Vercel
  Drains' in the app, not 'Vercel'
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

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

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Jun 2, 2026 7:23pm
sentry-docs Ready Ready Preview, Comment Jun 2, 2026 7:23pm

Request Review

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.

1 participant