All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sentry.spring.jakarta.exception.SentryCaptureExceptionParameterConfiguration Maven / Gradle / Ivy

There is a newer version: 8.0.0-rc.3
Show newest version
package io.sentry.spring.jakarta.exception;

import com.jakewharton.nopen.annotation.Open;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * Provides infrastructure beans for capturing exceptions passed to bean methods annotated with
 * {@link SentryCaptureExceptionParameter}.
 */
@Configuration
@Import({
  SentryExceptionParameterAdviceConfiguration.class,
  SentryCaptureExceptionParameterPointcutConfiguration.class
})
@Open
public class SentryCaptureExceptionParameterConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy