From 264c565157150208ed0c7d5d7034110aba2767ac Mon Sep 17 00:00:00 2001 From: Shana Matthews Date: Wed, 12 Jul 2023 15:46:35 -0700 Subject: [PATCH] data-management --- vercel.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/vercel.json b/vercel.json index f015fa4a8bf19..3e1d2f8f33048 100644 --- a/vercel.json +++ b/vercel.json @@ -344,6 +344,10 @@ "source": "/clientdev/(.*)", "destination": "https://develop.sentry.dev/sdk/" }, + { + "source": "/data-management/(.*)", + "destination": "/product/data-management-settings/" + }, { "source": "/platforms/([^/]*)/data-management/advanced-datascrubbing/", "destination": "/platforms/$1/data-management-settings/advanced-datascrubbing/" @@ -511,18 +515,6 @@ { "source": "/platforms/python/guides/asgi/(.*)", "destination": "/platforms/python/configuration/integrations/asgi/" - }, - { - "source": "/platforms/([^/]*)/data-management/(.*)", - "destination": "/platforms/$1/" - }, - { - "source": "/platforms/([^/]*)/guides/([^/]*)/data-management/(.*)", - "destination": "/platforms/$1/guides/$2/" - }, - { - "source": "/data-management/(.*)", - "destination": "/product/data-management-settings/" } ] }