From a16e037f2f0c77b0cc0727e4f8acb055d3828781 Mon Sep 17 00:00:00 2001 From: carolyncole <1599081+carolyncole@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:44:23 -0400 Subject: [PATCH] Adding honeybadger to capfile so we can see when deploys occured (#1966) --- Capfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capfile b/Capfile index 7db080287..a9d188fb8 100644 --- a/Capfile +++ b/Capfile @@ -41,4 +41,4 @@ require "whenever/capistrano" # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } -# require 'capistrano/honeybadger' +require "capistrano/honeybadger"