codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
113 stars 52 forks source link

Add Sentry (Raven) for error tracking #316

Closed tdooner closed 6 years ago

tdooner commented 6 years ago

Previously, we did not have error tracking, except what was provided by Newrelic. Unfortunately, newrelic's error offering is built more around aggregate error rates rather than actually recording the instances of a single error. It is hard to drill down into.

Sentry is the best-in-class error tracking/notification service. Let's enable it for this app.