@@ -984,18 +984,31 @@ const userDocsRedirects = [
984
984
source : '/product/explore/feature-flags/:path*' ,
985
985
destination : '/product/issues/issue-details/feature-flags/:path*' ,
986
986
} ,
987
+ // Redirects for JavaScript tracing docs
987
988
{
988
989
source : '/platforms/javascript/tracing/trace-propagation/:path*' ,
989
990
destination : '/platforms/javascript/tracing/distributed-tracing/:path*' ,
990
991
} ,
992
+ {
993
+ source : '/platforms/javascript/guides/:guide/tracing/instrumentation/performance-metrics/' ,
994
+ destination : '/platforms/javascript/guides/:guide/tracing/span-metrics/performance-metrics/' ,
995
+ } ,
996
+ {
997
+ source : '/platforms/javascript/guides/:guide/tracing/trace-propagation/:path*' ,
998
+ destination : '/platforms/javascript/guides/:guide/tracing/distributed-tracing/:path*' ,
999
+ } ,
991
1000
{
992
1001
source : '/platforms/javascript/tracing/instrumentation/custom-instrumentation/:path*' ,
993
- destination : '/platforms/javascript/tracing/span-metrics/custom- instrumentation/:path*' ,
1002
+ destination : '/platforms/javascript/tracing/instrumentation/:path*' ,
994
1003
} ,
995
1004
{
996
- source : '/platforms/javascript/guides/:guide/tracing/instrumentation/performance-metrics/' ,
997
- destination : '/platforms/javascript/guides/:guide/tracing/span-metrics/performance-metrics/' ,
998
- }
1005
+ source : '/platforms/javascript/guides/:guide/tracing/instrumentation/custom-instrumentation/:path*' ,
1006
+ destination : '/platforms/javascript/guides/:guide/tracing/instrumentation/:path*' ,
1007
+ } ,
1008
+ {
1009
+ source : '/platforms/javascript/tracing/instrumentation/:path*' ,
1010
+ destination : '/platforms/javascript/tracing/span-metrics/performance-metrics/:path*' ,
1011
+ } ,
999
1012
] ;
1000
1013
1001
1014
/**
0 commit comments