Log non-MediaWiki exceptions for requests via main entry point
authoraude <aude.wiki@gmail.com>
Mon, 6 Oct 2014 14:07:37 +0000 (16:07 +0200)
committerTim Starling <tstarling@wikimedia.org>
Mon, 6 Oct 2014 23:57:49 +0000 (23:57 +0000)
commit3e87e7edf53d855501977fd3ede9bf086e5f8c99
tree364e32f041a4d13436428e75914e52ffd297b5cb
parent03cfd26a7abfe51c7c637634348fc4b0ba8676fd
Log non-MediaWiki exceptions for requests via main entry point

Previously, non-MediaWiki exceptions were logged only for api requests,
job runner, resource loader, etc. but not for general requests
such as page views.

Bug: 61914
Change-Id: Id4de5cac0b9996a98cdaf5e73655d49fa55ea8c3
includes/exception/MWExceptionHandler.php