| Interface | Description |
|---|---|
| SentryUserProvider |
Provides user information that's set on
SentryEvent using SentryUserProviderEventProcessor. |
| Class | Description |
|---|---|
| BuildConfig | |
| HttpServletRequestSentryUserProvider |
Resolves user information from
HttpServletRequest obtained via RequestContextHolder. |
| SentryExceptionResolver |
HandlerExceptionResolver implementation that will record any exception that a Spring
Controller throws to Sentry. |
| SentryHubRegistrar |
Registers beans required to use Sentry core features.
|
| SentryInitBeanPostProcessor |
Initializes Sentry after all beans are registered.
|
| SentryRequestHttpServletRequestProcessor |
Attaches transaction name from the HTTP request to
SentryEvent. |
| SentryRequestResolver | |
| SentrySpringRequestListener |
Pushes new
Scope on each incoming HTTP request. |
| SentrySpringServletContainerInitializer |
Servlet container initializer used to add the
SentrySpringRequestListener to the ServletContext. |
| SentryUserFilter | |
| SentryUserProviderEventProcessor | Deprecated
instead of using event processor for setting user on events and transactions, user
should be set on the scope using
SentryUserFilter. |
| SentryWebConfiguration |
Registers Spring Web specific Sentry beans.
|
| SpringSecuritySentryUserProvider |
Resolves user information from Spring Security
Authentication obtained via SecurityContextHolder. |
| Annotation Type | Description |
|---|---|
| EnableSentry |
Enables Sentry error handling capabilities.
|