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,