Java Agent v2.2.14
August 17, 2023
-
FeatureTracing resilience4j has been added.whatap.confweaving=resilience4jNoteCompletableFuture tracing is required. For more information, see the following.
-
FeatureTracing 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 -
FeatureAdded the option to handle SQL exceptions and HTTP call exceptions as custom exceptions.whatap.conf# Default
trace_exception_overrite_enabled=false -
FeatureUpon occurrence ofjava.sql.SQLException, added the option to display together with error code.whatap.conf# Default
trace_sql_errorcode_enabled=false -
ChangeExpanded thebiz_exceptionoption 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 -
ChangeAdded some data to theNEW_OVERFLOWalert.