diff --git a/app/models/notification_services/hubot_service.rb b/app/models/notification_services/hubot_service.rb index 379cbae..b91b3e2 100644 --- a/app/models/notification_services/hubot_service.rb +++ b/app/models/notification_services/hubot_service.rb @@ -22,7 +22,7 @@ class NotificationServices::HubotService < NotificationService end def message_for_hubot(problem) - "#{notification_description(problem)} #{problem_url(problem)}" + "[#{problem.app.name}][#{problem.environment}][#{problem.where}]: #{problem.error_class} #{problem_url(problem)}" end def create_notification(problem) -- libgit2 0.21.2