Package-level declarations

Types

Link copied to clipboard
class SentryBreadcrumbCapture(val type: BreadcrumbType = BreadcrumbType.Default) : SentryCapture

Sentry capture type, used when creating Breadcrumbs to add to a Sentry scope for later submission.

Link copied to clipboard

Base type representing a Sentry data capture.

Link copied to clipboard

Sentry capture type, used when submitting a caught Throwable to Sentry.

Link copied to clipboard

Base type representing a Sentry capture meant to populate a Sentry Scope object.