cbl_sentry library
Classes
- BreadcrumbLogger
-
A
Logger
that adds a SentryBreadcrumb
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.
no setter
Functions
-
runWithCblSentrySpan<
T> (ISentrySpan span, T fn()) → T - Runs a function in a zone in which the given span is the current cblSentrySpan.