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-24 09:06:09 +00:00
committed by Copybot
parent ea02de3e28
commit 435be3073f
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,
})
}