Skip to content

Commit

Permalink
data-management (#7425)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews committed Jul 12, 2023
1 parent 3b39c79 commit 27acf02
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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/"
}
]
}

1 comment on commit 27acf02

@vercel
Copy link

@vercel vercel bot commented on 27acf02 Jul 12, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.