Skip to content

0.6.0

Compare
Choose a tag to compare
@ufoot ufoot released this 28 Mar 12:49
· 10373 commits to master since this release
v0.6.0
e900602

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 as GET instead of /index (#98)

Read the full changeset