File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const developerDocsRedirects = [
116116 } ,
117117 {
118118 source : '/api-server/:path*' ,
119- destination : '/backend/:path*'
119+ destination : '/backend/:path*' ,
120120 } ,
121121 {
122122 source : '/application/serializers/' ,
@@ -218,6 +218,18 @@ const developerDocsRedirects = [
218218
219219/** @type {import('next/dist/lib/load-custom-routes').Redirect[] } */
220220const userDocsRedirects = [
221+ {
222+ source : '/product/explore/session-replay/hydration-errors/' ,
223+ destination : '/product/issues/issue-details/replay-issues/hydration-error/' ,
224+ } ,
225+ {
226+ source : '/product/error-monitoring/stacktrace/' ,
227+ destination : '/product/issues/issue-details/error-issues/' ,
228+ } ,
229+ {
230+ source : '/product/explore/session-replay/rage-dead-clicks/' ,
231+ destination : '/product/issues/issue-details/replay-issues/rage-clicks/' ,
232+ } ,
221233 {
222234 source : '/organization/integrations/launchdarkly/' ,
223235 destination : '/organization/integrations/feature-flag/launchdarkly/' ,
You can’t perform that action at this time.
0 commit comments