Page MenuHomePhabricator

Allow tagging of client error events on the client
Closed, ResolvedPublic

Description

The tags field specified in the client error event schema (see schema) is not currently being used (see code), and the client error instrument is ignoring it. To provide a way for teams to tag errors so that they can be filtered later in logstash, we need to actually use this field.

  • Investigate options for getting the tags into the event.
  • Decide on an option
  • Patch the error logging instrument
  • Update the error logging documentation

Event Timeline

Marking this resolved because we're going to look at these on a case-by-case basis. We already have the tags field.