Skip to content

Commit

Permalink
Remove honeybadger notification for health check
Browse files Browse the repository at this point in the history
Closes #2550
  • Loading branch information
maxkadel committed Nov 13, 2024
1 parent 334f86e commit 6a9bb32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/initializers/health_monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

config.error_callback = proc do |e|
Rails.logger.error "Health check failed with: #{e.message}"
Honeybadger.notify(e) unless e.is_a?(HealthMonitor::Providers::FileAbsenceException)
end
end
end

0 comments on commit 6a9bb32

Please sign in to comment.