Просмотр исходного кода

fix(performance): Updates trace view link to correct link (#40736)

https://docs.sentry.io/product/performance/trace-view/#multiple-roots
Change to:
https://docs.sentry.io/product/sentry-basics/tracing/trace-view/#multiple-roots
edwardgou-sentry 2 лет назад
Родитель
Сommit
8569440946
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      static/app/views/performance/traceDetails/content.tsx

+ 1 - 1
static/app/views/performance/traceDetails/content.tsx

@@ -255,7 +255,7 @@ class TraceDetailsContent extends Component<Props, State> {
     } else if (roots > 1) {
       warning = (
         <Alert type="info" showIcon>
-          <ExternalLink href="https://docs.sentry.io/product/performance/trace-view/#multiple-roots">
+          <ExternalLink href="https://docs.sentry.io/product/sentry-basics/tracing/trace-view/#multiple-roots">
             {t('Multiple root transactions have been found with this trace ID.')}
           </ExternalLink>
         </Alert>