Up until now, we have covered developing, testing, and deploying our flask application. In this chapter, we’ll discuss about some add-ons to manage and support your Flask application and steps forward from here.
Application Monitoring
Even after performing various kinds of tests on our application, in real world there are always some exceptional scenarios and bottlenecks which we are unaware of while development, and they shoot up as bugs and errors in production, as people start using the application. That’s when we need application monitoring which monitors the behavior of your ...