| 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 |
|
| SentrySpringFilter |
|
| SentrySpringRequestListener |
Deprecated.
|
| SentrySpringServletContainerInitializer |
|
| SentryTaskDecorator |
Sets a current hub on a thread running a Runnable given by parameter.
|
| SentryUserFilter |
|
| SentryUserProviderEventProcessor |
Deprecated.
|
| SentryWebConfiguration |
Registers Spring Web specific Sentry beans.
|
| SpringSecuritySentryUserProvider |
Resolves user information from Spring Security Authentication obtained via SecurityContextHolder.
|