fix(drains): Redirect old integration/ drain paths and fix Vercel tab name#17997
Draft
JoshuaKGoldberg wants to merge 1 commit into
Draft
fix(drains): Redirect old integration/ drain paths and fix Vercel tab name#17997JoshuaKGoldberg wants to merge 1 commit into
JoshuaKGoldberg wants to merge 1 commit into
Conversation
… 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'
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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):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.