Skip to content

Commit b02c906

Browse files
fix: Remove span-trace-propagation redirect (#16795)
Remove the redirect from `/sdk/telemetry/spans/span-trace-propagation/` to `/sdk/foundations/trace-propagation/#continue-trace` as the page now exists at its original path. Co-authored-by: Claude <noreply@anthropic.com>
1 parent da2b032 commit b02c906

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

redirects.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,6 @@ const developerDocsRedirects = [
555555
source: '/sdk/telemetry/traces/trace-propagation-cheat-sheet/',
556556
destination: '/sdk/foundations/trace-propagation/#propagation-decision-matrix',
557557
},
558-
{
559-
source: '/sdk/telemetry/spans/span-trace-propagation/',
560-
destination: '/sdk/foundations/trace-propagation/#continue-trace',
561-
},
562558
{
563559
source: '/sdk/expected-features/setup-wizards/:path*',
564560
destination: '/sdk-setup-wizards/:path*',

0 commit comments

Comments
 (0)