Przeglądaj źródła

Update error reporting (#114)

Lutz Roeder 3 lat temu
rodzic
commit
b778f95d19
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      source/index.js

+ 1 - 2
source/index.js

@@ -142,9 +142,8 @@ host.BrowserHost = class {
                         app_name: this.type,
                         app_version: this.version
                     });
-                    this._setCookie('_ga', 'GA1.1.' + this._telemetry_ga4.get('client_id'), 1200);
+                    this._setCookie('_ga', 'GA1.2.' + this._telemetry_ga4.get('client_id'), 1200);
                     this._setCookie('_ga' + measurement_id, 'GS1.1.' + this._telemetry_ga4.session, 1200);
-                    ua();
                 });
             };
             const ua = () => {