mitmedialab / MediaCloud-Dashboard

Front-end for the MediaCloud database
https://dashboard.mediameter.org
Apache License 2.0
16 stars 6 forks source link

integrate Sentry for error logging #261

Closed rahulbot closed 8 years ago

rahulbot commented 8 years ago

The ML will be setting up a Sentry server in house. We should integrate it so that error-level logging gets sent there.

rahulbot commented 8 years ago

I think you misunderstood this. We want to use Sentry to capture server errors. So you need to install the python module and set it up to automatically capture any exceptions and error log messages.

elplatt commented 8 years ago

OK, I changed this. Theres a spot in the app.config to add the sentry DSN key now (see app.config.sample).

rahulbot commented 8 years ago

any tips on how to generate an error to test this?

rahulbot commented 8 years ago

nevermind, I got one!