Interface | Description |
---|---|
EventProcessor | |
IEnvelopeReader | |
IEnvelopeSender | |
IHub |
SDK API contract which combines a client and scope management
|
ILogger |
Sentry SDK internal logging interface.
|
Integration |
Code that provides middlewares, bindings or hooks into certain frameworks or environments, along
with code that inserts those bindings and activates them.
|
ISentryClient |
Sentry Client interface
|
ISerializer | |
IUnknownPropertiesConsumer | |
ScopeCallback | |
Sentry.OptionsConfiguration<T extends SentryOptions> |
Configuration options callback
|
SentryOptions.BeforeBreadcrumbCallback |
The BeforeBreadcrumb callback
|
SentryOptions.BeforeSendCallback |
The BeforeSend callback
|
Class | Description |
---|---|
Breadcrumb |
Series of application events
|
DateUtils |
Utilities to deal with dates
|
DiagnosticLogger |
Sentry SDK internal diagnostic logger.
|
EnvelopeReader | |
EnvelopeSender | |
Hub | |
HubAdapter | |
MainEventProcessor | |
OptionsContainer<T> | |
Scope |
Scope data to be sent with the event
|
SendCachedEventFireAndForgetIntegration |
Sends cached events over when your App.
|
Sentry |
Sentry SDK main API entry point
|
SentryClient | |
SentryEvent | |
SentryOptions |
Sentry SDK options
|
SystemOutLogger |
ILogger implementation to System.out.
|
UncaughtExceptionHandlerIntegration |
Sends any uncaught exception to Sentry, then passes the exception on to the pre-existing uncaught
exception handler.
|
Enum | Description |
---|---|
SentryLevel |
the SentryLevel
|
Exception | Description |
---|---|
InvalidDsnException |