Skip to content

Commit

Permalink
refactor(web-analytics): Remove Web Vitals from sidebar (#28010)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert authored Jan 29, 2025
1 parent c9b50f2 commit dcec4d1
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions frontend/src/layout/navigation-3000/navigationLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,29 +482,6 @@ export const navigation3000Logic = kea<navigation3000LogicType>([
label: 'Web analytics',
icon: <IconPieChart />,
to: isUsingSidebar ? undefined : urls.webAnalytics(),
sideAction: featureFlags[FEATURE_FLAGS.WEB_VITALS]
? {
identifier: 'web-analytics-dropdown',
dropdown: {
overlay: (
<LemonMenuOverlay
items={[
{
items: [
{
label: 'Web vitals',
to: urls.webAnalyticsWebVitals(),
tag: 'beta' as const,
},
],
},
]}
/>
),
placement: 'bottom-end',
},
}
: undefined,
},
featureFlags[FEATURE_FLAGS.LLM_OBSERVABILITY]
? {
Expand Down

0 comments on commit dcec4d1

Please sign in to comment.