Honeybadger deployment tracking for Rails with Kamal and Doppler
I recently signed up for Honeybadger to help with monitoring and error tracking for my Rails app. It’s easy to set up (just add a gem!) and they have a great free tier for small projects. Besides error tracking, Honeybadger also offers a simple way to track each time you deploy a new version of your app. This post explains how to set up the deployment tracking specifically for a Rails app that…