CouchbaseLiteIntegration constructor
CouchbaseLiteIntegration({})
Creates a Sentry Integration
that integrates CBL Dart with Sentry.
Implementation
CouchbaseLiteIntegration({
this.tracingEnabled,
this.traceInternalOperations = false,
this.operationBreadcrumbs = true,
this.breadcrumbLogLevel = LogLevel.warning,
});