Skip to content

Commit

Permalink
add the appname to haystack reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Feb 5, 2011
1 parent e0eedf9 commit a582967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-services.rb
Expand Up @@ -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,
Expand Down

0 comments on commit a582967

Please sign in to comment.