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 uses Kamal for deploying and Doppler for secret management (if you need help setting up Doppler with Kamal, see my previous post). After signing up for and installing Honybadger, there are only two steps:
Add your Honeybadger API key to your Doppler project
Set up a Kamal post-deploy hook to send a deploy notification to Honeybadger