From 1d9a28ad6492bc8acab7d205debfed94a5ae45a5 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 30 Jul 2025 21:00:56 +0530 Subject: [PATCH] chore: remove exception tracker from tool --- enterprise/lib/captain/tools/faq_lookup_tool.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/enterprise/lib/captain/tools/faq_lookup_tool.rb b/enterprise/lib/captain/tools/faq_lookup_tool.rb index 68c80ea74..d09b7c2d7 100644 --- a/enterprise/lib/captain/tools/faq_lookup_tool.rb +++ b/enterprise/lib/captain/tools/faq_lookup_tool.rb @@ -15,8 +15,6 @@ class Captain::Tools::FaqLookupTool < Captain::Tools::BasePublicTool log_tool_usage('found_results', { query: query, count: responses.size }) format_responses(responses) end - rescue StandardError => e - ChatwootExceptionTracker.new(e).capture_exception end private