Sentry is a popular SaaS used for Error Monitoring. It makes it easier to monitor errors in production instead of having having to locate and grep log files. Under this integration we will integrate Sentry into your Python and Django application. After this change you will be setup to receive error traces in your Sentry backend from local/development and production. You should have a Sentry account at Sentry.io.
Under this integration we will create code changes via PRs/MRs to your backend Python/Django repository so that error logs are sent to Sentry. Your repository may be hosted on Github/Gitlab/Bitbucket or any git service. After the integration is complete you will be able to see errors (if any) in the Sentry dashboard on the backend.