Browse Source

chore(stat-detector): Update feature flag for Issue Details (#55470)

Nar Saynorath 1 year ago
parent
commit
116d2c29fb

+ 1 - 1
static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx

@@ -89,7 +89,7 @@ function GroupEventDetailsContent({
   if (group.issueType === IssueType.PERFORMANCE_DURATION_REGRESSION) {
     return (
       <Feature
-        features={['performance-duration-regression']}
+        features={['performance-duration-regression-visible']}
         organization={organization}
         renderDisabled
       >