0.6.2
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
- If you use Rails and rely on the new
env
feature introduced by #92 in https://github.com/DataDog/dd-trace-rb/releases/v0.6.1 then you now need to explicitly set the value.
A typical Rails configuration would be:
Rails.configuration.datadog_trace = {
auto_instrument: true,
auto_instrument_redis: true,
env: Rails.env,
}
Read the full changeset