-
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: hackathon metalytics (tracking team usage metrics) #26304
Conversation
Size Change: +24 B (0%) Total Size: 1.11 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated14 snapshot changes in total. 0 added, 14 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated229 snapshot changes in total. 0 added, 229 modified, 0 deleted:
Triggered by this commit. |
…o hackathon/metalytics
…s view count loader
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
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.
@@ -232,6 +232,7 @@ export const FEATURE_FLAGS = { | |||
CUSTOM_CHANNEL_TYPE_RULES: 'custom-channel-type-rules', // owner: @robbie-c #team-web-analytics | |||
SELF_SERVE_CREDIT_OVERRIDE: 'self-serve-credit-override', // owner: @zach | |||
EXPERIMENTS_MIGRATION_DISABLE_UI: 'experiments-migration-disable-ui', // owner: @jurajmajerik #team-experiments | |||
METALYTICS: 'metalytics', // owner: @surbhi |
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.
# Conflicts: # frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom--dark.png # frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--light.png # frontend/__snapshots__/scenes-app-insights--stickiness-edit--dark--webkit.png # frontend/__snapshots__/scenes-app-insights--stickiness-edit--dark.png # frontend/__snapshots__/scenes-app-insights--stickiness-edit--light.png # frontend/__snapshots__/scenes-app-notebooks--recordings-playlist--dark.png # frontend/__snapshots__/scenes-app-notebooks--recordings-playlist--light.png # frontend/src/layout/navigation-3000/sidepanel/panels/activity/sidePanelActivityLogic.tsx # frontend/src/lib/constants.tsx
📸 UI snapshots have been updated78 snapshot changes in total. 0 added, 78 modified, 0 deleted:
Triggered by this commit. |
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.
So awesome ❤️
wooot! |
Problem
Metalytics is a new feature that tracks how teams use dashboards and other PostHog tools. The goal is to give users visibility into things like session views, page loads, and how their team interacts with dashboards and tools.
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.