Parcourir la source

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

j8
Boris Grozev il y a 7 ans
Parent
révision
a1ba7beff9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      analytics-ga.js

+ 1
- 0
analytics-ga.js Voir le fichier

@@ -100,6 +100,7 @@
100 100
         // lengthy and is probably included from elsewhere.
101 101
         for (const property in event.attributes) {
102 102
             if (property !== 'permanent_user_agent'
103
+                && property !== 'permanent_callstats_name'
103 104
                 && event.attributes.hasOwnProperty(property)) {
104 105
                 // eslint-disable-next-line prefer-template
105 106
                 label += property + '=' + event.attributes[property] + '&';

Chargement…
Annuler
Enregistrer