Java Agent v2.2.14
2023년 8월 17일
-
Feature
resilience4j 추적whatap.confweaving=resilience4j
노트CompletableFuture 추적이 필요합니다. 자세한 내용은 다음 문서를 참조하세요.
-
Feature
undertow 추적spring-boot-3.0 버전에 대응해 undertow-2.3.0 추적
whatap.conf# spring-boot-3.0 설정에 포함
weaving=spring-boot-3.0
# undertow 추적 별도 설정 가능
weaving=undertow-2.3.0 -
Feature
SQL Exception, HTTP Call Exception 발생 시 사용자 정의 Exception으로 처리할 수 있는 옵션 추가whatap.conf# 기본값
trace_exception_overrite_enabled=false -
Feature
java.sql.SQLException
발생 시 에러 코드를 포함해 표시할 수 있는 옵션 추가whatap.conf# 기본값
trace_sql_errorcode_enabled=false -
Change
SQL Exception 또는 HTTP Call Exception 발생 시 트랜잭션 레벨을 info로 조절할 수 있도록biz_exception
옵션 범위 확장whatap.confbiz_exception=java.sql.SQLException,org.h2.jdbc.JdbcSQLDataException
-
Change
NEW_OVERFLOW
알림 내용에 데이터 정보 추가