Skip to content

Commit 22a1637

Browse files
committed
change dbSystem value
1 parent e888f6f commit 22a1637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Features
66

7-
- APM for hive ([#1672](https://github.com/getsentry/sentry-dart/pull/1672))
87
- Breadcrumbs for database operations ([#1656](https://github.com/getsentry/sentry-dart/pull/1656))
8+
- APM for hive ([#1672](https://github.com/getsentry/sentry-dart/pull/1672))
99

1010
## 7.12.0
1111

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 = 'nosql';
2727

2828
@internal
2929
// ignore: public_member_api_docs

0 commit comments

Comments
 (0)