[change-log]

This commit is contained in:
Anand Doshi 2015-12-21 17:31:02 +05:30
parent 6e7ac2339e
commit 78a988d59e
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,4 @@
- **For Developers:** Automatic logging of request errors and its context in **Error Snapshot**
- Thank you [Maxwell Morais](https://discuss.erpnext.com/users/max_morais_dmm/activity) for this useful feature
- You can access it from *Developer > Logs > Error Snapshot*
- Added language support for [Gujarati](https://translate.erpnext.com/view?lang=gu): **gu - ગુજરાતી**

View file

@ -50,7 +50,12 @@ def get_data():
"type": "doctype",
"name": "Bulk Email",
"description": _("Background Email Queue"),
}
},
{
"type": "doctype",
"name": "Error Snapshot",
"description": _("A log of request errors"),
},
]
}
]