cbl_sentry library

Classes

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.
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.