|
@@ -278,6 +278,16 @@ function Sidebar({organization}: Props) {
|
|
|
icon={<SubitemDot collapsed />}
|
|
|
/>
|
|
|
</Feature>
|
|
|
+ <Feature features="starfish-mobile-appstart" organization={organization}>
|
|
|
+ <SidebarItem
|
|
|
+ {...sidebarItemProps}
|
|
|
+ label={t('App Startup')}
|
|
|
+ to={`/organizations/${organization.slug}/performance/mobile/app-startup`}
|
|
|
+ id="performance-mobile-app-startup"
|
|
|
+ icon={<SubitemDot collapsed />}
|
|
|
+ isAlpha
|
|
|
+ />
|
|
|
+ </Feature>
|
|
|
<Feature features="starfish-browser-resource-module-ui">
|
|
|
<SidebarItem
|
|
|
{...sidebarItemProps}
|
|
@@ -327,13 +337,6 @@ function Sidebar({organization}: Props) {
|
|
|
id="performance-browser-interactions"
|
|
|
icon={<SubitemDot collapsed={collapsed} />}
|
|
|
/>
|
|
|
- <SidebarItem
|
|
|
- {...sidebarItemProps}
|
|
|
- label={<GuideAnchor target="starfish">{t('App Startup')}</GuideAnchor>}
|
|
|
- to={`/organizations/${organization.slug}/starfish/appStartup`}
|
|
|
- id="performance-mobile-app-startup"
|
|
|
- icon={<SubitemDot collapsed={collapsed} />}
|
|
|
- />
|
|
|
</SidebarAccordion>
|
|
|
</Feature>
|
|
|
);
|