diff --git a/analytics-ga.js b/analytics-ga.js index 4b4186468..59c84d351 100644 --- a/analytics-ga.js +++ b/analytics-ga.js @@ -100,6 +100,7 @@ // lengthy and is probably included from elsewhere. for (const property in event.attributes) { if (property !== 'permanent_user_agent' + && property !== 'permanent_callstats_name' && event.attributes.hasOwnProperty(property)) { // eslint-disable-next-line prefer-template label += property + '=' + event.attributes[property] + '&';