mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Promoted improved on-boarding experience to GA
no issue - improved on-boarding experience when setup has largely occurred in an external service before Admin is accessed
This commit is contained in:
parent
7172db74b0
commit
db6f174a31
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,8 @@ const GA_FEATURES = [
|
|||
'tierWelcomePages',
|
||||
'tierName',
|
||||
'selectablePortalLinks',
|
||||
'membersTableStatus'
|
||||
'membersTableStatus',
|
||||
'improvedOnboarding'
|
||||
];
|
||||
|
||||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
|
@ -34,8 +35,7 @@ const ALPHA_FEATURES = [
|
|||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding'
|
||||
'membersActivityFeed'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue