Skip to content

0.6.2

Compare
Choose a tag to compare
@ufoot ufoot released this 07 Apr 09:40
· 12880 commits to master since this release
v0.6.2
0b5b9b3

New features

  • Active Record support for Sinatra apps, many thanks to @cabello for this contribution (#88)
  • When no service is given for the root span, a default one is picked up,
    to avoid dropping traces in the agent (#105)

Bugfixes

  • Rails env is not used as a default env any more (#106)

Breaking changes

A typical Rails configuration would be:

    Rails.configuration.datadog_trace = {
      auto_instrument: true,
      auto_instrument_redis: true,
      env: Rails.env,
    }

Read the full changeset