[change-log]
This commit is contained in:
parent
6e7ac2339e
commit
78a988d59e
2 changed files with 10 additions and 1 deletions
4
frappe/change_log/v6/v6_15_0.md
Normal file
4
frappe/change_log/v6/v6_15_0.md
Normal 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 - ગુજરાતી**
|
||||
|
|
@ -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"),
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue