Monitor Your Phoenix Application with Sentry (opens in new tab)
From My.Thoughts v1: Intro In this post we’ll talk about what what exactly error monitoring is, why you need it in your production application, and what tools are available in the space. Finally, we’ll go over setting up a self hosted error monitoring solution for a sample Phoenix application. Without further ado, let’s dive right into things! What is error monitoring? Error monitoring is the practice of monitoring your application for errors or unhandled exceptions.
Read the original article