Skip to content

Commit

Permalink
Pass /notice/server-environment/project-root.
Browse files Browse the repository at this point in the history
According to Hoptoad API documentation this is
optional, but some third-party software using the
same API is more strict and errors out if we don't
provide it (Redmine, I'm looking at you).
  • Loading branch information
Andrea Campi authored and defunkt committed Mar 17, 2011
1 parent c9abf3c commit 2327083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/resque/failure/hoptoad.rb
Expand Up @@ -109,6 +109,7 @@ def xml
end
x.tag!("server-environment") do
x.tag!("environment-name",server_environment)
x.tag!("project-root", "RAILS_ROOT")
end

end
Expand Down

0 comments on commit 2327083

Please sign in to comment.