APM dont capture exception from @ExceptionHandler

Hello

Kibana 6.8.0
APM Agent Java 1.7.0
Spring boot 1.5.7.RELEASE

apm agent don't capture exception from spring boot @ExceptionHandler.

His have this feature or i should use manually capture exception via ElasticApm.currentSpan().captureException(ex) ?

Welcome to the forum and thanks for the question :slightly_smiling_face:
We currently don't support that, so using the captureException API is indeed a good choice!
Good luck,
Eyal.

1 Like

thank you for answer =)

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.