Package io.sentry.spring.tracing
package io.sentry.spring.tracing
-
ClassDescriptionCreates advice infrastructure for
SentrySpan
andSentryTransaction
.Makes annotated method execution or a method execution within a class annotated withSentrySpan
executed within runningSentryTransaction
to 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 withSentryTransaction
andSentrySpan
.CreatesITransaction
around 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 withSentryTransaction
or 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
.