diff --git a/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--dark.png b/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--dark.png index fa799fc1cbe..79b726f68b1 100644 Binary files a/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--dark.png and b/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--dark.png differ diff --git a/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--light.png b/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--light.png index db9e6852242..2dc9715ece6 100644 Binary files a/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--light.png and b/frontend/__snapshots__/scenes-app-heatmaps--heatmaps-browser-with-page-selected--light.png differ diff --git a/frontend/__snapshots__/scenes-other-toolbar--heatmap--dark.png b/frontend/__snapshots__/scenes-other-toolbar--heatmap--dark.png index d39c88c1f0c..5b89769f926 100644 Binary files a/frontend/__snapshots__/scenes-other-toolbar--heatmap--dark.png and b/frontend/__snapshots__/scenes-other-toolbar--heatmap--dark.png differ diff --git a/frontend/__snapshots__/scenes-other-toolbar--heatmap--light.png b/frontend/__snapshots__/scenes-other-toolbar--heatmap--light.png index 154d167b781..a48c218ec22 100644 Binary files a/frontend/__snapshots__/scenes-other-toolbar--heatmap--light.png and b/frontend/__snapshots__/scenes-other-toolbar--heatmap--light.png differ diff --git a/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--dark.png b/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--dark.png index 6a06663593c..a780ea4e151 100644 Binary files a/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--dark.png and b/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--dark.png differ diff --git a/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--light.png b/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--light.png index 800f7b8cf95..c82b8fc236b 100644 Binary files a/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--light.png and b/frontend/__snapshots__/scenes-other-toolbar--heatmap-dark--light.png differ diff --git a/frontend/src/scenes/experiments/MetricSelector.tsx b/frontend/src/scenes/experiments/MetricSelector.tsx index e9af066af17..446505d6772 100644 --- a/frontend/src/scenes/experiments/MetricSelector.tsx +++ b/frontend/src/scenes/experiments/MetricSelector.tsx @@ -144,6 +144,7 @@ export function ExperimentInsightCreator({ insightProps }: { insightProps: Insig TaxonomicFilterGroupType.EventFeatureFlags, TaxonomicFilterGroupType.Cohorts, TaxonomicFilterGroupType.Elements, + TaxonomicFilterGroupType.SessionProperties, TaxonomicFilterGroupType.HogQLExpression, TaxonomicFilterGroupType.DataWarehouseProperties, TaxonomicFilterGroupType.DataWarehousePersonProperties,