Java Agent v2.2.14
August 17, 2023
-
Feature
Tracing resilience4j has been added.whatap.confweaving=resilience4j
NoteCompletableFuture tracing is required. For more information, see the following.
-
Feature
Tracing undertow has been added.Tracing the undertow-2.3.0 has been added in response to spring-boot-3.0.
whatap.conf# Include in the spring-boot-3.0 configuration.
weaving=spring-boot-3.0
# The undertow tracing can be set separately.
weaving=undertow-2.3.0 -
Feature
Added the option to handle SQL exceptions and HTTP call exceptions as custom exceptions.whatap.conf# Default
trace_exception_overrite_enabled=false -
Feature
Upon occurrence ofjava.sql.SQLException
, added the option to display together with error code.whatap.conf# Default
trace_sql_errorcode_enabled=false -
Change
Expanded thebiz_exception
option range so that transaction level can be adjusted to Info when SQL Exception or HTTP Call Exception occurs.whatap.confbiz_exception=java.sql.SQLException,org.h2.jdbc.JdbcSQLDataException
-
Change
Added some data to theNEW_OVERFLOW
alert.