Add more data to the report
This commit is contained in:
parent
03ed564bce
commit
426fc75610
@ -31,7 +31,14 @@ function add(data) {
|
|||||||
var obj = {
|
var obj = {
|
||||||
id: uuid.v4(),
|
id: uuid.v4(),
|
||||||
type: data.type,
|
type: data.type,
|
||||||
payload: data.payload
|
title: data.title,
|
||||||
|
description: data.description,
|
||||||
|
failed: data.failed,
|
||||||
|
payload: data.payload,
|
||||||
|
screen: data.screen,
|
||||||
|
user: data.user,
|
||||||
|
isLog: !!data.isLog,
|
||||||
|
added: Date.now()
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!adapter) {
|
if (!adapter) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user