Skip to content

0.1.5

Compare
Choose a tag to compare
@palazzem palazzem released this 10 Nov 19:06
· 12348 commits to master since this release

Release improvements

  • [rails] the sql.query meta is sent only once in the ActiveSupport instrumentation
  • [rails] the sql.query meta is properly obfuscated. This process takes place in the trace-agent so that our APM backend will receive the SQL query without parameters
  • add experimental support for JRuby 9k. Actually we're still targeting the compatibility mode >=2.1.0
  • [rails] cache activity is monitored under the rails-cache service (it's a default name). This means that you can monitor cache interactions even outside a user request. The service name can be changed using the default_cache_service setting.

For more info, check our updated docs: http://gems.datadoghq.com/trace/docs/

See the full changelog