Add more data to the report

This commit is contained in:
Zalmoxisus 2016-08-19 19:42:38 +03:00
parent 03ed564bce
commit 426fc75610

View File

@ -31,7 +31,14 @@ function add(data) {
var obj = {
id: uuid.v4(),
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) {