Skip to content

Releases: DataDog/dd-trace-rb

0.1.3

26 Oct 17:40
Compare
Choose a tag to compare

Bugfixes

  • fixed wrong rescue in the HTTPTransport#send. Errors related to the sending thread are reported as expected.

Read the full changeset

0.1.2

26 Oct 15:32
Compare
Choose a tag to compare

Integrations

  • added support for Unicorn (4.8+ and 5.1+) and Puma (2.16+ and 3+)
  • added experimental support for Passenger 5.0

Changes

  • the span.set_tag enforces the string representation for the given value so if an array is given, it will be serialized as a string

Read the full changeset

0.1.1

18 Oct 14:35
Compare
Choose a tag to compare

Integrations

  • [rails] using connection_config instead of the connection object
  • [rails] instrumentation is set up using the config.after_initialize hook

Core

  • add the Datadog::Tracer.debug_logging accessor to enable / disable the tracer debug mode

Read the full changeset

0.1.0

18 Oct 14:32
Compare
Choose a tag to compare

Core components

  • Client implementation to trace Ruby code
  • Supporting Ruby 2.3, 2.2, 2.1

Integrations

  • add support for Ruby on Rails 3.2, 4.2, 5.0