Package io.sentry.spring.exception
Class SentryCaptureExceptionParameterConfiguration
java.lang.Object
io.sentry.spring.exception.SentryCaptureExceptionParameterConfiguration
@Configuration
@Import({SentryExceptionParameterAdviceConfiguration.class,SentryCaptureExceptionParameterPointcutConfiguration.class})
public class SentryCaptureExceptionParameterConfiguration
extends Object
Provides infrastructure beans for capturing exceptions passed to bean methods annotated with
SentryCaptureExceptionParameter
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SentryCaptureExceptionParameterConfiguration
public SentryCaptureExceptionParameterConfiguration()
-