Page MenuHomePhabricator

Create basic endpoint for JS error logging
Closed, DuplicatePublic

Description

  • create an API module for error logging. The module should accept an AJAX request from the corresponding JS module (T499) and pass it to a custom log channel (this depends on structured logging).
  • docuemnt with examples on mw.org how this can be used to e.g. log into a file, log into some 3rd party SaaS error logging service

Event Timeline

Tgr claimed this task.
Tgr raised the priority of this task from to Medium.
Tgr updated the task description. (Show Details)
Tgr changed Security from none to None.
Tgr subscribed.
Restricted Application reassigned this task from Tgr to Qgil-test. · View Herald TranscriptSep 28 2014, 9:55 PM
Tgr removed Tgr as the assignee of this task.Jan 30 2015, 2:38 AM

Wikimedia now has an EventGate-based error logger now, as outlined in T226986: Client side error logging production launch. This might still be worthwhile for third parties.

At the time of creating this task it was assumed that the server side implementation of error logging would be based on Sentry. We have eventually decided on a different implementation, so de-tagging.