Add new event segmentations for upgrade button in dashboard to help analytics (#11345)

* Add new event segmentations for the upgrade button in dashboard to help analysis

* Also add an extra check for the upgrade button in the navbar since it's only appeared in the project dashboard react version

GitOrigin-RevId: fca14e3adfbafd0fd143b045ba43588913f7297b
This commit is contained in:
M Fahru
2023-01-23 09:08:00 -07:00
committed by Copybot
parent 390b0394f8
commit f68dfeb50d
5 changed files with 12 additions and 4 deletions
@@ -355,6 +355,7 @@ async function projectListReactPage(req, res, next) {
showGroupsAndEnterpriseBanner,
groupsAndEnterpriseBannerVariant:
groupsAndEnterpriseBannerAssignment?.variant ?? 'default',
projectDashboardReact: true, // used in navbar
showNewUsersMicroSurvey,
})
}