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 @@ -965,16 +965,16 @@ const userDocsRedirects = [
965
965
destination : '/product/issues/issue-details/feature-flags/:path*' ,
966
966
} ,
967
967
{
968
- source : '/platforms/javascript/tracing/trace-propagation/' ,
969
- destination : '/platforms/javascript/tracing/distributed-tracing/' ,
968
+ source : '/platforms/javascript/tracing/trace-propagation/:path* ' ,
969
+ destination : '/platforms/javascript/tracing/distributed-tracing/:path* ' ,
970
970
} ,
971
971
{
972
972
source : '/platforms/javascript/tracing/instrumentation/custom-instrumentation/:path*' ,
973
973
destination : '/platforms/javascript/tracing/span-metrics/custom-instrumentation/:path*' ,
974
974
} ,
975
975
{
976
- source : '/platforms/javascript/tracing/instrumentation/performance-metrics/' ,
977
- destination : '/platforms/javascript/tracing/span-metrics/performance-metrics/' ,
976
+ source : '/platforms/javascript/guides/:guide/ tracing/instrumentation/performance-metrics/' ,
977
+ destination : '/platforms/javascript/guides/:guide/ tracing/span-metrics/performance-metrics/' ,
978
978
} ,
979
979
] ;
980
980
You can’t perform that action at this time.
0 commit comments