1.5.0
Deprecation notice
c.tracing.instrument :rack, { quantize: { base: ... } }will change its default from:excludeto:showin a future version. Voluntarily moving to:showis recommended.c.tracing.instrument :rack, { quantize: { query: { show: ... } }will change its default to:allin a future version, together withquantize.query.obfuscatechanging to:internal. Voluntarily moving to these future values is recommended.
See the Rack integration documentation for more details.
Added
- Feature: Single Span Sampling (#2128)
- Add query string automatic redaction (#2283)
- Use full URL in
http.urltag (#2265) - Add
http.useragenttag (#2252) - Add
http.client_iptag for Rack-based frameworks (#2248) - Ci-app: CI: Fetch committer and author in Bitrise (#2258)
Changed
- Bump allowed version of debase-ruby_core_source to include v0.10.17 (#2267)
Fixed
- Bug: Fix
service_namtypo toservice_name(#2296) - Bug: Check AppSec Rails for railties instead of rails meta gem (#2293) (@seuros)
- Ci-app: Correctly extract commit message from AppVeyor (#2257)
Read the full changeset and the release milestone.