Skip to content

Commit

Permalink
feat(web-analytics): Take web analytics out of beta (#24614)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
robbie-c and github-actions[bot] authored Aug 28, 2024
1 parent b08bd2a commit 7a0bd63
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/src/layout/navigation-3000/navigationLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ export const navigation3000Logic = kea<navigation3000LogicType>([
label: 'Web analytics',
icon: <IconPieChart />,
to: isUsingSidebar ? undefined : urls.webAnalytics(),
tag: 'beta' as const,
},
{
identifier: Scene.Replay,
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/scenes/web-analytics/WebDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { IconExpand45, IconInfo, IconOpenSidebar, IconX } from '@posthog/icons'
import clsx from 'clsx'
import { BindLogic, useActions, useValues } from 'kea'
import { DateFilter } from 'lib/components/DateFilter/DateFilter'
import { FeedbackNotice } from 'lib/components/FeedbackNotice'
import { VersionCheckerBanner } from 'lib/components/VersionChecker/VersionCheckerBanner'
import { IconOpenInNew } from 'lib/lemon-ui/icons'
import { LemonButton } from 'lib/lemon-ui/LemonButton'
Expand Down Expand Up @@ -326,7 +325,6 @@ export const WebAnalyticsDashboard = (): JSX.Element => {
<BindLogic logic={dataNodeCollectionLogic} props={{ key: WEB_ANALYTICS_DATA_COLLECTION_NODE_ID }}>
<WebAnalyticsModal />
<VersionCheckerBanner />
<FeedbackNotice text="PostHog Web analytics is in open beta. Thanks for taking part! We'd love to hear what you think." />
<div className="WebAnalyticsDashboard w-full flex flex-col">
<WebAnalyticsLiveUserCount />
<Filters />
Expand Down

0 comments on commit 7a0bd63

Please sign in to comment.