IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 7 forks source link

Add Sentry for error detection #114

Closed nishant-nayak closed 8 months ago

nishant-nayak commented 9 months ago

We need an error detection system if Corpus fails to serve requests. Configuring Sentry to send error notifications when requests fail will help find and resolve errors faster.

Ref: Django Sentry Integration Docs