We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830b3a2 commit 63f16d2Copy full SHA for 63f16d2
vercel.json
@@ -38,6 +38,11 @@
38
},
39
{ "source": "/(hosted|on-premise)/(.*)", "destination": "/$2" },
40
{ "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
+ },
46
{
47
"source": "/(enriching-error-data|data-management)(.*)",
48
"destination": "/platform-redirect/?next=/$1$2",
0 commit comments