drift_sentry 1.0.1 copy "drift_sentry: ^1.0.1" to clipboard
drift_sentry: ^1.0.1 copied to clipboard

Sentry integration for the drift package.

Drift Sentry #

CI pub package

Sentry integration for the drift package.

Usage #

Wrap QueryExecutor in SentryQueryExecutor.

LazyDatabase _openConnection() {
  return LazyDatabase(() async {
    final dbFolder = await getApplicationDocumentsDirectory();
    final file = File(p.join(dbFolder.path, 'db.sqlite'));
    return SentryQueryExecutor(NativeDatabase.createInBackground(file));
  });
}
1
likes
0
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

Sentry integration for the drift package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

drift, meta, mockito, sentry

More

Packages that depend on drift_sentry