0.6.0
New features
- Support for Ruby 1.9 (#83)
Bugfixes
- [sidekiq] correctly handling wrappers such as Active Job and reporting the right resource #90 (reported & fixed by @tpendragon)
- [sidekiq] fixed initialize issue #91 (reported & fixed by @tpendragon)
- [active_record] reporting
:cached
key when available (fixes 0 msec span issue #57) - [rails] reporting controller exceptions as errors in stats (#95)
Breaking changes
- [net/http] using METHOD and not URL as a resource. This temporarily break stats as the request
GET /index
now reports asGET
instead of/index
(#98)
Read the full changeset