Java Agent v2.2.12
July 21, 2023
-
NewThe ignore_http_method option has been added.-
The
http_methodrequest transaction registered inignore_http_methodoption 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 -
-
FixedFixed the issue where GET appears when thehttp_methodoption is not GET, PUT, POST, or DELETE. -
FixedFixed the ASM API version error that occurs upon method tracing. -
FixedFixed the problem where the AppServiceStart.x plugin is called repeatedly.