Class SentryExceptionParameterAdviceConfiguration

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

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

    • SentryExceptionParameterAdviceConfiguration

      public SentryExceptionParameterAdviceConfiguration()
  • Method Details

    • sentryCaptureExceptionParameterAdvice

      @Bean @NotNull public @NotNull org.aopalliance.aop.Advice sentryCaptureExceptionParameterAdvice(@NotNull @NotNull io.sentry.IHub hub)
    • sentryCaptureExceptionParameterAdvisor

      @Bean @NotNull public @NotNull org.springframework.aop.Advisor sentryCaptureExceptionParameterAdvisor(@NotNull @Qualifier("sentryCaptureExceptionParameterPointcut") @NotNull org.springframework.aop.Pointcut sentryCaptureExceptionParameterPointcut, @NotNull @Qualifier("sentryCaptureExceptionParameterAdvice") @NotNull org.aopalliance.aop.Advice sentryCaptureExceptionParameterAdvice)