libhoney

OSS Lifecycle CircleCI Build Status Gem Version

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

Requires Ruby 2.2 or greater.

For tracing support and automatic instrumentation of Rails, Sinatra, Rack, ActiveRecord, and other frameworks, check out our Beeline for Ruby.

Contributions

Features, bug fixes and other changes to libhoney 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

CircleCI will automatically upload tagged releases to Rubygems. To release a new version, update the version using bump.

bump patch # Or bump minor, etc.

Then, after the version change has been merged into main, follow our usual instructions for tagging and updating the github release.