| 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.
|
| SentryRequestFilter |
Pushes new
Scope on each incoming HTTP request. |
| SentryRequestHttpServletRequestProcessor |
Attaches information about HTTP request to
SentryEvent. |
| SentryUserProviderEventProcessor | |
| SentryWebConfiguration |
Registers Spring Web specific Sentry beans.
|
| Annotation Type | Description |
|---|---|
| EnableSentry |
Enables Sentry error handling capabilities.
|