diff --git a/app/helpers/api/v1/inboxes_helper.rb b/app/helpers/api/v1/inboxes_helper.rb index 57b750274..d734a346e 100644 --- a/app/helpers/api/v1/inboxes_helper.rb +++ b/app/helpers/api/v1/inboxes_helper.rb @@ -53,7 +53,7 @@ module Api::V1::InboxesHelper rescue StandardError => e raise StandardError, e.message ensure - ChatwootExceptionTracker.new(e).capture_exception if e.present? + Rails.logger.error "[Api::V1::InboxesHelper] check_imap_connection failed with #{e.message}" if e.present? end def check_smtp_connection(channel_data, smtp)