HoptoadNotifier.configure do |config|
config.api_key = '[YOUR API KEY]'
end
I was up and running. I ran the included rake task to test the plugin:
> rake hoptoad:test
and immediately had a new error logged on my account on hoptoad. From there I can choose to have it send me emails for each error, or subscribe to the errors in my RSS reader. Piece of cake! The best part? I don't get a single email for each exception (No more inbox flooding). Hoptoad will count and collect similar errors, and will notify you of each PROBLEM, not of each individual exception. Great thinking! There are additional configuration options available if you want to filter which errors you get notified about, and there's also an API you can program against to subscribe to your errors in interesting ways or to post errors from non-rails projects, really it's open to anything you want to do. To the creators of Hoptoad: Great Job guys. To current Non-Users of Hoptoad: What are you waiting for?

0 comments:
Post a Comment