|
|
@@ -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] + '&';
|