From a5829674aebe3ee38cc88a4eda5c6d8e96a1bc6b Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Fri, 4 Feb 2011 19:24:31 -0800 Subject: [PATCH] add the appname to haystack reporting --- github-services.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/github-services.rb b/github-services.rb index c5911a0ae..8dbbd8bb5 100644 --- a/github-services.rb +++ b/github-services.rb @@ -127,6 +127,7 @@ def report_exception(exception, other) backtrace = Array(exception.backtrace)[0..500] data = { + 'app', => 'github-services', 'type' => 'exception', 'class' => exception.class.to_s, 'server' => HOSTNAME,