Package io.sentry.spring.checkin
Class SentryCheckInAdvice
java.lang.Object
io.sentry.spring.checkin.SentryCheckInAdvice
- All Implemented Interfaces:
Advice,Interceptor,MethodInterceptor,Aware,EmbeddedValueResolverAware
@Internal
public class SentryCheckInAdvice
extends Object
implements MethodInterceptor, EmbeddedValueResolverAware
Reports execution of every bean method annotated with
SentryCheckIn as a monitor
check-in.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(@NotNull MethodInvocation invocation) voidsetEmbeddedValueResolver(StringValueResolver resolver)
-
Constructor Details
-
SentryCheckInAdvice
public SentryCheckInAdvice() -
SentryCheckInAdvice
public SentryCheckInAdvice(@NotNull @NotNull io.sentry.IScopes scopes)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceMethodInterceptor- Throws:
Throwable
-
setEmbeddedValueResolver
- Specified by:
setEmbeddedValueResolverin interfaceEmbeddedValueResolverAware
-