zalo-js-bridge
Advanced tools
Comparing version 1.11.4 to 1.11.5
# Base Library Update Logs | ||
## 1.11.5 (2021-07-20) | ||
### Bug Fixes | ||
* send log 5cdfd19 | ||
## 1.11.4 (2021-07-06) | ||
@@ -4,0 +11,0 @@ |
@@ -18,2 +18,10 @@ "use strict"; | ||
this._listenerEvent = {}; | ||
this.registerListenerEvent("h5.event.paused", "", () => { | ||
let array = this.results; | ||
this.results = []; | ||
try { | ||
this.sendLogData(array); | ||
} | ||
catch (error) { } | ||
}); | ||
if (this.sendLogTimer) { | ||
@@ -37,3 +45,3 @@ clearInterval(this.sendLogTimer); | ||
try { | ||
request_1.default.execute("https://api.h5.zalo.me/log/async", "post", { | ||
request_1.default.execute("https://h5.zalo.me/log/async", "post", { | ||
appId: this._appId, | ||
@@ -40,0 +48,0 @@ data: JSON.stringify(data), |
{ | ||
"name": "zalo-js-bridge", | ||
"description": "A Javascript Framework for WebApp", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
89351
2230