cbl_sentry library Null safety
Classes
- BreadcrumbLogger
- A Logger that adds a Sentry Breadcrumb for each log message.
- CouchbaseLiteIntegration
- A Sentry Integration that integrates CBL Dart with Sentry.
Properties
- cblSentrySpan → ISentrySpan?
-
The sentry span that is associated with the current zone.
read-only
Functions
-
runWithCblSentrySpan<
T> (ISentrySpan span, T fn()) → T - Runs a function in a zone in which the given span is the current cblSentrySpan.