Sha256: 2732ce71700260e7e32aa91e60b81831937fc0b5a667240472f7a1e026331696
Contents?: true
Size: 1.15 KB
Versions: 10
Compression:
Stored size: 1.15 KB
Contents
# libhoney [![CircleCI Build Status](https://circleci.com/gh/honeycombio/libhoney-rb.svg?style=svg)](https://circleci.com/gh/honeycombio/libhoney-rb) [![Gem Version](https://badge.fury.io/rb/libhoney.svg)](https://badge.fury.io/rb/libhoney) Ruby gem for sending events to [Honeycomb](https://www.honeycomb.io), a service for debugging your software in production. Requires Ruby 2.2 or greater. - [Usage and Examples](https://docs.honeycomb.io/sdk/ruby/) - [API Reference](https://www.rubydoc.info/gems/libhoney) For tracing support and automatic instrumentation of Rails, Sinatra, Rack, ActiveRecord, and other frameworks, check out our [Beeline for Ruby](https://github.com/honeycombio/beeline-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 ```
Version data entries
10 entries across 10 versions & 1 rubygems