Annotation Interface SentryCaptureExceptionParameter


@Retention(RUNTIME) @Target(METHOD) public @interface SentryCaptureExceptionParameter
Captures an exception passed to an annotated method. Can be used to capture exceptions from your ExceptionHandler but can also be used on other methods.