StationA / tilenol

Scalable, multi-backend geo vector tile server
MIT License
21 stars 6 forks source link

Investigate feasibility of integrating with Sentry #26

Open ccma14 opened 4 years ago

ccma14 commented 4 years ago

Description

In order to facilitate monitoring of a running tilenol integration, we should investigate the feasibility of integrating with Sentry. This should be optional, such that if tilenol is started with a Sentry DSN specified as an optional parameter then error reporting to Sentry should be enabled.

jerluc commented 4 years ago

Good call @ccma14 . Fortunately it looks like Sentry maintains an official Go Client SDK and has plenty of readily-available documentation written about using it, which should serve as a good starting point for us.