Skip to content

Commit 63f16d2

Browse files
authored
fix: Redirect advanced data scrubbing properly (hotfix) (#2931)
1 parent 830b3a2 commit 63f16d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
},
3939
{ "source": "/(hosted|on-premise)/(.*)", "destination": "/$2" },
4040
{ "source": "/internal/(.*)", "destination": "https://develop.sentry.dev" },
41+
{
42+
"source": "/(enriching-error-data|data-management)/advanced-datascrubbing",
43+
"destination": "/product/data-management-settings/advanced-datascrubbing/",
44+
"permanent": false
45+
},
4146
{
4247
"source": "/(enriching-error-data|data-management)(.*)",
4348
"destination": "/platform-redirect/?next=/$1$2",

0 commit comments

Comments
 (0)