Open-edX/Django Application: Monitoring Hi, Once again welcome to blog, If you want to provide a reliable service, it’s extremely important to be aware of when things are going wrong on the website. Sentry is a wonderful free system to catch Python exceptions. For Django, we use raven to catch and report the errors back to Sentry. 1. To Integrate Sentry with your Django application, all you need to do is : Sign-up with Sentry & go to dashboard/ Page. Create a Sentry project for your application. Then go to settings -> error tracking -> Django -> you should see dsn value already filled for you for that project. Do changes in your settings file: RAVEN_CONFIG = { 'dsn': ' https:// ******** @sentry.io/<project> ', ...
Hi, I’m Deepak Dubey. The founder of this blog. I’m a Full-stack Python Developer | OpenedX professional and part-time blogger. I’m here to write the blogs related to technology stuff like Python, Django , Open-edX, Data Science, machine Learning and many more.