Using Sentry to monitor exceptions

Sentry is a tool that eases the process of monitoring exceptions and also provides insights into the errors that the users of the application face while using it. It is highly possible that there are errors in logfiles that get missed out by the human eye. Sentry categorizes the errors under different categories and keeps a count of the recurrence of errors. This helps in understanding the severity of the errors on multiple criteria and helps us to handle them accordingly. It has a nice GUI that facilitates all of these features.

Getting ready

We will start with the Sentry installation and configuration procedure. There are multiple ways of installing and configuring Sentry as per our needs. Sentry also provides ...

Get Flask Framework Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.