File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1069,12 +1069,12 @@ const userDocsRedirects = [
10691069 destination : '/platforms/javascript/tracing/distributed-tracing/:path*' ,
10701070 } ,
10711071 {
1072- source : '/platforms/javascript/metrics' ,
1073- destination : '/platforms/javascript/tracing/span-metrics/' ,
1072+ source : '/platforms/javascript/metrics/:path* ' ,
1073+ destination : '/platforms/javascript/tracing/span-metrics/:path* ' ,
10741074 } ,
10751075 {
1076- source : '/platforms/javascript/guides/:guide/metrics' ,
1077- destination : '/platforms/javascript/guides/:guide/tracing/span-metrics/' ,
1076+ source : '/platforms/javascript/guides/:guide/metrics/:path* ' ,
1077+ destination : '/platforms/javascript/guides/:guide/tracing/span-metrics/:path* ' ,
10781078 } ,
10791079 {
10801080 source : '/platforms/javascript/tracing/instrumentation/performance-metrics/' ,
You can’t perform that action at this time.
0 commit comments