Package io.sentry.spring.tracing
package io.sentry.spring.tracing
-
ClassDescriptionResolves transaction name using other transaction name providers by invoking them in order.Creates advice infrastructure for
SentrySpanandSentryTransaction.Makes annotated method execution or a method execution within a class annotated withSentrySpanexecuted within runningSentryTransactionto get wrapped intoSpan.Creates a span from every bean method executed withinSentryTransaction.AOP pointcut configuration forSentrySpan.Provides infrastructure beans for creating transactions and spans around bean methods annotated withSentryTransactionandSentrySpan.CreatesITransactionaround HTTP request executions.Makes annotated method execution or a method execution within an annotated class to get wrapped intoSentryTransaction.Reports execution of every bean method annotated withSentryTransactionor a execution of a bean method within a class annotated withSentryTransaction.AOP pointcut configuration forSentryTransaction.Resolves transaction name usingHttpServletRequest.getMethod()and templated route that handled the request.Fallback TransactionNameProvider when Spring is used in servlet mode (without MVC).Resolves transaction name fromHttpServletRequest.