@michaelmunavu: Did you know you could notice and fix bugs in Production even before the user realises something crashed? I recently setup monitoring with Sentry for all my Elixir projects in production to help me see errors and bugs as users interacted with the product. This was good , But i saw an opportunity to automate my workflow . Now , AI analyses the error Sentry sends via webhook and creates a markdown file that gives both me and the agent I will use to fix the bug way more context than before . How do you handle monitoring in your applications and ensure you have a faster turn around time for pushing patches to fix bugs ? I would love to hear you out !