Class SentryCaptureExceptionParameterAdvice

java.lang.Object
io.sentry.spring.jakarta.exception.SentryCaptureExceptionParameterAdvice
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

@Internal public class SentryCaptureExceptionParameterAdvice extends Object implements MethodInterceptor
Captures an exception passed to a bean method annotated with SentryCaptureExceptionParameter.
  • Constructor Details

    • SentryCaptureExceptionParameterAdvice

      public SentryCaptureExceptionParameterAdvice()
    • SentryCaptureExceptionParameterAdvice

      public SentryCaptureExceptionParameterAdvice(@NotNull @NotNull IHub hub)
  • Method Details