| Class | Description |
|---|---|
| SentryAdviceConfiguration |
Creates advice infrastructure for
SentrySpan and SentryTransaction. |
| SentrySpanAdvice |
Creates a span from every bean method executed within
SentryTransaction. |
| SentrySpanClientHttpRequestInterceptor | |
| SentrySpanPointcutConfiguration |
AOP pointcut configuration for
SentrySpan. |
| SentryTracingConfiguration |
Provides infrastructure beans for creating transactions and spans around bean methods annotated
with
SentryTransaction and SentrySpan. |
| SentryTracingFilter |
Creates
ITransaction around HTTP request executions. |
| SentryTransactionAdvice |
Reports execution of every bean method annotated with
SentryTransaction or a execution of
a bean method within a class annotated with SentryTransaction. |
| SentryTransactionPointcutConfiguration |
AOP pointcut configuration for
SentryTransaction. |
| TransactionNameProvider |
Resolves transaction name using
HttpServletRequest.getMethod() and templated route that
handled the request. |
| Annotation Type | Description |
|---|---|
| SentrySpan |
Makes annotated method execution or a method execution within a class annotated with
SentrySpan executed within running SentryTransaction to get wrapped into Span. |
| SentryTransaction |
Makes annotated method execution or a method execution within an annotated class to get wrapped
into
SentryTransaction. |