CouchbaseLiteIntegration constructor

CouchbaseLiteIntegration({
  1. bool? tracingEnabled,
  2. bool traceInternalOperations = false,
  3. bool operationBreadcrumbs = true,
  4. LogLevel breadcrumbLogLevel = LogLevel.warning,
})

Creates a Sentry Integration that integrates CBL Dart with Sentry.

Implementation

CouchbaseLiteIntegration({
  this.tracingEnabled,
  this.traceInternalOperations = false,
  this.operationBreadcrumbs = true,
  this.breadcrumbLogLevel = LogLevel.warning,
});