buro9 / microcosm

Front end for Microcosm, a Go web server that serves the static files, templates and performs API calls.
GNU Affero General Public License v3.0
11 stars 3 forks source link

Add a sentry recoverer #55

Closed buro9 closed 2 years ago

buro9 commented 7 years ago

Currently the recoverer just logs the issue, but doesn't do much else... it's silent.

We should wrap the recoverer in a Sentry reporter so that we can get email alerts and also hook up to pagerduty when we reach a production environment.

buro9 commented 2 years ago

Logging it is fine... we'll use alerting in the logging system to handle this. This is no longer needed.