mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Exception tracking for dialogflow bot service (#6593)
This commit is contained in:
@@ -7,7 +7,7 @@ class Integrations::BotProcessorService
|
||||
|
||||
process_content(message)
|
||||
rescue StandardError => e
|
||||
ChatwootExceptionTracker.new(e, account: agent_bot).capture_exception
|
||||
ChatwootExceptionTracker.new(e, account: hook).capture_exception
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user