Skip to content

Commit 158f93f

Browse files
committed
change db system
1 parent d959c80 commit 158f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hive/lib/src/sentry_hive_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SentryHiveImpl implements SentryHiveInterface {
2323
static const dbSystemKey = 'db.system';
2424
@internal
2525
// ignore: public_member_api_docs
26-
static const dbSystem = 'nosql';
26+
static const dbSystem = 'flutter_hive';
2727

2828
@internal
2929
// ignore: public_member_api_docs

0 commit comments

Comments
 (0)