1.5.0
github-actions
released this
29 Sep 21:03
·
6320 commits
to master
since this release
Deprecation notice
c.tracing.instrument :rack, { quantize: { base: ... } }
will change its default from:exclude
to:show
in a future version. Voluntarily moving to:show
is recommended.c.tracing.instrument :rack, { quantize: { query: { show: ... } }
will change its default to:all
in a future version, together withquantize.query.obfuscate
changing 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.url
tag (#2265) - Add
http.useragent
tag (#2252) - Add
http.client_ip
tag 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_nam
typo 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.