Bug Fixes
-
aws_lambda: Resolves an exception not being handled, which occurs when no
root span is found before a lambda times out. -
asm: fix memory leaks and memory corruption in the interface between ASM and
the WAF library -
rcm: Fix for
KeyError
exceptions whenASM_FEATURES
(1-click activation)
disabled all ASM products. This could cause 1-click activation to work incorrectly in some cases. -
dbapi: The dbapi integration no longer assumes that a cursor object will
have a rowcount but not all database drivers implement rowcount. -
elasticsearch: Omit large elasticsearch.body tag values that are
greater than 25000 characters to prevent traces from being too large to send.