elastic/apm-agent-java

Add support for SimpleAsyncUncaughtExceptionHandler to capture exceptions with Spring web mvc

オープン

#2,218 opened on 2021/10/29

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Java (332 件のフォーク)auto 404
agent-javaenhancementgood first issuesize:small

Repository metrics

Stars
 (592 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド