fix: Exception tracking for dialogflow bot service (#6593)

This commit is contained in:
Tejaswini Chile
2023-03-02 21:33:07 +05:30
committed by GitHub
parent a6405ea339
commit a4fc0eef4b
2 changed files with 10 additions and 1 deletions

View File

@@ -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