vegaprotocol / vegawallet-desktop

Desktop application for Vega Protocol's wallet
MIT License
15 stars 12 forks source link

Set up Sentry alerting on wallet and route to Pager Duty #556

Closed JonRay15 closed 1 year ago

JonRay15 commented 1 year ago

Ultimately, we should only have errors that are actual bugs in Sentry. Errors we can do nothing about, or error that originate from the user (ex: wrong passhrase) should never be raised in Sentry. That way we reduce noise, and it makes every sentry error and error to address.

However the urgency of the fix depends on the context.

Task

We need to identify the errors, and the threshold that would raise an alert.

  1. Identify all possible errors, in frontend and backend.
  2. Categorize them and identify the category, and the threshold that would lead to an alert
  3. Assign the right developers based on the location of the error: backend, frontend, both ?
ValentinTrinque commented 1 year ago

Linked to #200