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 | |
SendCachedEventFireAndForgetIntegration.SendFireAndForget | |
SendCachedEventFireAndForgetIntegration.SendFireAndForgetDirPath | |
SendCachedEventFireAndForgetIntegration.SendFireAndForgetFactory | |
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 | |
NoOpLogger |
No-op implementation of ILogger
|
OptionsContainer<T> | |
Scope |
Scope data to be sent with the event
|
SendCachedEventFireAndForgetIntegration |
Sends cached events over when your App.
|
SendFireAndForgetEnvelopeSender | |
Sentry |
Sentry SDK main API entry point
|
SentryClient | |
SentryEnvelope | |
SentryEnvelopeHeader | |
SentryEnvelopeHeaderAdapter | |
SentryEnvelopeItem | |
SentryEnvelopeItemHeader | |
SentryEnvelopeItemHeaderAdapter | |
SentryEvent | |
SentryOptions |
Sentry SDK options
|
Session | |
SessionAdapter | |
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 |
---|---|
SentryItemType | |
SentryLevel |
the SentryLevel
|
Session.State |
Session state
|
Exception | Description |
---|---|
InvalidDsnException |