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

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

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

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Captures an exception passed to an annotated method. Can be used to capture exceptions from your
 * {@link org.springframework.web.bind.annotation.ExceptionHandler} but can also be used on other
 * methods.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
public @interface SentryCaptureExceptionParameter {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy