Package io.sentry.spring.tracing
-
Class Summary Class Description SentryAdviceConfiguration Creates advice infrastructure forSentrySpanandSentryTransaction.SentrySpanAdvice Creates a span from every bean method executed withinSentryTransaction.SentrySpanClientHttpRequestInterceptor SentrySpanClientWebRequestFilter SentrySpanPointcutConfiguration AOP pointcut configuration forSentrySpan.SentryTracingConfiguration Provides infrastructure beans for creating transactions and spans around bean methods annotated withSentryTransactionandSentrySpan.SentryTracingFilter CreatesITransactionaround HTTP request executions.SentryTransactionAdvice Reports execution of every bean method annotated withSentryTransactionor a execution of a bean method within a class annotated withSentryTransaction.SentryTransactionPointcutConfiguration AOP pointcut configuration forSentryTransaction.TransactionNameProvider Resolves transaction name usingHttpServletRequest.getMethod()and templated route that handled the request. -
Annotation Types Summary Annotation Type Description SentrySpan Makes annotated method execution or a method execution within a class annotated withSentrySpanexecuted within runningSentryTransactionto get wrapped intoSpan.SentryTransaction Makes annotated method execution or a method execution within an annotated class to get wrapped intoSentryTransaction.