Skip to content

Commit c02695f

Browse files
committed
updates
1 parent dfb6873 commit c02695f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/middleware.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,10 +1651,22 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
16511651
from: '/platforms/apple/metrics/',
16521652
to: '/platforms/apple/tracing/instrumentation/performance-metrics/',
16531653
},
1654+
{
1655+
from: '/platforms/unity/metrics/',
1656+
to: '/concepts/key-terms/tracing/span-metrics/',
1657+
},
16541658
{
16551659
from: '/platforms/php/metrics/',
16561660
to: '/concepts/key-terms/tracing/span-metrics/',
16571661
},
1662+
{
1663+
from: '/platforms/php/guides/laravel/metrics/',
1664+
to: '/concepts/key-terms/tracing/span-metrics/',
1665+
},
1666+
{
1667+
from: '/platforms/php/guides/symfony/metrics/',
1668+
to: '/concepts/key-terms/tracing/span-metrics/',
1669+
},
16581670
// END redirecting deprecated generic metrics docs to concepts
16591671
{
16601672
from: '/learn/cli/configuration/',

0 commit comments

Comments
 (0)