BRMatt / libhoney-rb

Ruby library for sending data to Honeycomb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libhoney 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, run

bump patch --tag   # Or bump minor --tag, etc.
git push --follow-tags

About

Ruby library for sending data to Honeycomb

License:Apache License 2.0


Languages

Language:Ruby 99.8%Language:Shell 0.2%