Skip to content

Aggregate and capture each error

Albert requested to merge alberts-aggregate-errors into master

This MR changes handler such that it captures error from individual processor separately. As such, a failure from one of the processors will not block the subsequent processors.

The errors will still be captured by Sentry as individual errors.

Closes #73 (closed)

Action items

  • When adding a new Triager, verify that it has been added to the DEFAULT_TRIAGERS in triage/triage/handler.rb in the appropriate order.
  • If applicable, identify the affected groups and how to communicate to them:
    • /cc @person_or_group =>
    • Relevant Slack channels =>
    • Week-in-review
Edited by Albert

Merge request reports