Skip to content

Commit

Permalink
DEV: add rails logger for when automatio error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 committed Sep 5, 2024
1 parent 1df0946 commit f3eda71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
begin
provider.trigger_notification(post, channel, nil)
rescue StandardError => _
Rails.logger.error("Error while sending chat integration message")
end
end
end
Expand Down

0 comments on commit f3eda71

Please sign in to comment.