Skip to content

Commit 4407c99

Browse files
committed
fix(docs): Fix trace view 404
Closes #14197
1 parent 6236b80 commit 4407c99

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,6 +2248,10 @@ const userDocsRedirects = [
22482248
source: '/product/performance/retention-priorities/',
22492249
destination: '/organization/dynamic-sampling/',
22502250
},
2251+
{
2252+
source: '/concepts/key-terms/key-terms/tracing/trace-view/',
2253+
destination: '/concepts/key-terms/tracing/trace-view/',
2254+
},
22512255
// DOCS-2229: Flutter uses Dart SDK, not JS
22522256
{
22532257
source: '/platforms/javascript/guides/flutter/sourcemaps/',

0 commit comments

Comments
 (0)