honeycomb-rails Build Status Gem Version

Ruby gem for sending events from your Rails application to Honeycomb, a service for debugging your software in production.

Requires Ruby 2.2 or greater and Rails 3 or greater.

Contributions

Features, bug fixes and other changes are gladly accepted. Please open issues or a pull request with your change. Remember to add your name to the CONTRIBUTORS file!

All contributions will be released under the Apache License 2.0.

Releasing a new version

Travis will automatically upload tagged releases to Rubygems. To release a new version, run

rake bump:patch[tag]   # Or rake bump:minor[tag], etc.
git push --follow-tags