We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e888f6f commit 22a1637Copy full SHA for 22a1637
CHANGELOG.md
@@ -4,8 +4,8 @@
4
5
### Features
6
7
-- APM for hive ([#1672](https://github.com/getsentry/sentry-dart/pull/1672))
8
- Breadcrumbs for database operations ([#1656](https://github.com/getsentry/sentry-dart/pull/1656))
+- APM for hive ([#1672](https://github.com/getsentry/sentry-dart/pull/1672))
9
10
## 7.12.0
11
hive/lib/src/sentry_hive_impl.dart
@@ -23,7 +23,7 @@ class SentryHiveImpl implements SentryHiveInterface {
23
static const dbSystemKey = 'db.system';
24
@internal
25
// ignore: public_member_api_docs
26
- static const dbSystem = 'noSQL';
+ static const dbSystem = 'nosql';
27
28
29
0 commit comments