Class SentryExceptionParameterAdviceConfiguration

java.lang.Object
io.sentry.spring.exception.SentryExceptionParameterAdviceConfiguration

@Configuration(proxyBeanMethods=false) @Role(2) public class SentryExceptionParameterAdviceConfiguration extends Object
Creates advice infrastructure for SentryCaptureExceptionParameter.
  • Constructor Details

    • SentryExceptionParameterAdviceConfiguration

      public SentryExceptionParameterAdviceConfiguration()
  • Method Details

    • sentryCaptureExceptionParameterAdvice

      @Bean @Role(2) @NotNull public @NotNull Advice sentryCaptureExceptionParameterAdvice()
    • sentryCaptureExceptionParameterAdvisor

      @Bean @Role(2) @NotNull public @NotNull Advisor sentryCaptureExceptionParameterAdvisor(@NotNull @Qualifier("sentryCaptureExceptionParameterPointcut") @NotNull Pointcut sentryCaptureExceptionParameterPointcut, @NotNull @Qualifier("sentryCaptureExceptionParameterAdvice") @NotNull Advice sentryCaptureExceptionParameterAdvice)