Java Agent v2.2.12
July 21, 2023
-
New
The ignore_http_method option has been added.-
The
http_method
request transaction registered inignore_http_method
option is ignored. -
The
{PATCH, OPTIONS, HEAD, TRACE}
request transactions are ignored by default if no additional values are set.
whatap.conf# e.g. tracing the transactions whose http_method is OPTIONS or HEAD
ignore_http_method=PATCH,TRACE
# e.g. ignoring the transactions whose http_method is OPTIONS or HEAD
ignore_http_method=OPTIONS,HEAD -
-
Fixed
Fixed the issue where GET appears when thehttp_method
option is not GET, PUT, POST, or DELETE. -
Fixed
Fixed the ASM API version error that occurs upon method tracing. -
Fixed
Fixed the problem where the AppServiceStart.x plugin is called repeatedly.