forked from mystiq/hydrogen-web
add app version to logs
This commit is contained in:
parent
d201d2c9de
commit
cc916b80de
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,8 @@ class IDBLogExport {
|
||||||
|
|
||||||
asBlob() {
|
asBlob() {
|
||||||
const log = {
|
const log = {
|
||||||
version: 1,
|
formatVersion: 1,
|
||||||
|
appVersion: this._platform.updateService?.version,
|
||||||
items: this._items.map(i => JSON.parse(i.json))
|
items: this._items.map(i => JSON.parse(i.json))
|
||||||
};
|
};
|
||||||
const json = JSON.stringify(log);
|
const json = JSON.stringify(log);
|
||||||
|
|
Loading…
Reference in a new issue