elastic/apm-agent-java
Add support for SimpleAsyncUncaughtExceptionHandler to capture exceptions with Spring web mvc
开放
#2,218 创建于 2021年10月29日
agent-javaenhancementgood first issuesize:small
仓库指标
- 星标
- (592 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Is your feature request related to a problem?
An error was not captured in APM
- Spring web mvc > HTTP request > Spring web mvc framework > thread call(async)
APM debug logs
"....SimpleAsyncUncaughtExceptionHandler : Unexpected error occurred invoking async method: public void ..."
"Oct 25, 2021 @ 14:40:23.893","java.lang.Exception: null"
"Oct 25, 2021 @ 14:40:23.893"," at
... (trace not relevant)
Describe the solution you'd like
The error is captured and visible in APM, with no stack traces in the logs
Describe alternatives you've considered
None
Additional context
None