-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(web-analytics): Add web analytics to posthog3000 #18194
Conversation
007a777
to
3b45450
Compare
@@ -36,6 +36,8 @@ import { featureFlagsSidebarLogic } from './sidebars/featureFlags' | |||
import { insightsSidebarLogic } from './sidebars/insights' | |||
import { personsAndGroupsSidebarLogic } from './sidebars/personsAndGroups' | |||
import { toolbarSidebarLogic } from './sidebars/toolbar' | |||
import { IconWeb } from 'lib/lemon-ui/icons' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is something I should avoid? There isn't an obvious alternative here https://github.com/PostHog/icons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should definitely come from that repo and if there isn't a relevant one ping @corywatilo (or alternatively leave this to us as we will be adding all missing apps this sprint in one go)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, have pinged, but feel free to close this PR if it gets handled elsewhere :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have changed this to IconPieChart temporarily
3b45450
to
ff60870
Compare
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
c53a023
to
16f1e45
Compare
* Add web analytics to posthog 3000 * Use IconPieChart for web analytics
Problem
Posthog 3000 doesn't show web analytics
Changes
How did you test this code?
Ran it manually