Summary
This patch release provide two small fixes:
- Workaround of a bug found in go 1.20 that concerns all users of the
appsec/events.IsSecurityError()
that made the function always return false. Seeing spans in the DataDog's UI containing errors with the following message can also be a symptom of this issue:request blocked by WAF
- Removal of a unsolicitated warning log in the form of:
ignoring DD_TRACE_SAMPLE_RATE, error: strconv.ParseFloat: parsing "": invalid syntax
Changes
Application Performance Monitoring (APM)
- ddtrace/tracer: update sample rate configuration parsing to avoid logging a warning when empty in #2751
Application Security Management (ASM)
- appsec: fix IsSecurityError in #2746
Full Changelog: v1.65.0...v1.65.1