Added email click tracking

no issue

Bumped flag to GA.
This commit is contained in:
Simon Backx 2022-09-29 18:14:15 +02:00
parent 58cabc68ec
commit 648811690a
3 changed files with 3 additions and 16 deletions

View File

@ -239,19 +239,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Email clicks</h4>
<p class="gh-expandable-description">
Enable email clicks tracking.
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="emailClicks" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>

View File

@ -19,7 +19,8 @@ const GA_FEATURES = [
'freeTrial',
'compExpiring',
'searchHelper',
'emailAlerts'
'emailAlerts',
'emailClicks'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -32,7 +33,6 @@ const BETA_FEATURES = [
const ALPHA_FEATURES = [
'urlCache',
'beforeAfterCard',
'emailClicks',
'sourceAttribution',
'lexicalEditor'
];

View File

@ -627,7 +627,7 @@ exports[`Settings API Edit Can edit a setting 2: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "3450",
"content-length": "3471",
"content-type": "application/json; charset=utf-8",
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
"vary": "Accept-Version, Origin, Accept-Encoding",