Added audience feedback

no issue

Co-authored-by: Elena Baidakova <lena.baydakova@gmail.com>
Co-authored-by: James Morris <moreofmorris@users.noreply.github.com>
This commit is contained in:
Simon Backx 2022-10-27 17:57:07 +02:00
parent f7232a13b1
commit b027ed6378

View File

@ -22,7 +22,8 @@ const GA_FEATURES = [
'emailAlerts',
'fixNewsletterLinks',
'sourceAttribution',
'memberAttribution'
'memberAttribution',
'audienceFeedback'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -34,8 +35,7 @@ const BETA_FEATURES = [
const ALPHA_FEATURES = [
'urlCache',
'beforeAfterCard',
'lexicalEditor',
'audienceFeedback'
'lexicalEditor'
];
module.exports.GA_KEYS = [...GA_FEATURES];