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

chore(trace-explorer): Add alpha label (#70033)

Tony Xiao 10 месяцев назад
Родитель
Сommit
fd73aacdf1
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      static/app/components/sidebar/index.tsx

+ 1 - 0
static/app/components/sidebar/index.tsx

@@ -377,6 +377,7 @@ function Sidebar() {
                   to={`/organizations/${organization.slug}/performance/traces/`}
                   id="performance-trace-explorer"
                   icon={<SubitemDot collapsed />}
+                  isAlpha
                 />
               </Feature>
             </SidebarAccordion>