Promoted Member Attribution to a private beta (#15316)

We promote from alpha -> beta so that we don't require the
enableDeveloperExperiments flag, the toggle in the UI is behind the
flag still, so it will only be visible to developers or people using
alpha features.
This commit is contained in:
Fabien 'egg' O'Carroll 2022-08-25 15:41:43 -04:00 committed by GitHub
parent 67163209e1
commit 34eae1f284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,14 +24,14 @@ const GA_FEATURES = [
// NOTE: this allowlist is meant to be used to filter out any unexpected
// input for the "labs" setting value
const BETA_FEATURES = [
'activitypub'
'activitypub',
'memberAttribution'
];
const ALPHA_FEATURES = [
'auditLog',
'urlCache',
'beforeAfterCard',
'memberAttribution',
'emailAlerts'
];