feat: Do not include the callstats name in google analytics.

pull/2479/head
Boris Grozev 7 years ago
parent 03fc711e81
commit a1ba7beff9
  1. 1
      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] + '&';

Loading…
Cancel
Save