Skip to content

Commit 0595ef4

Browse files
committed
update
1 parent 3c61e86 commit 0595ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
### Fixes
5+
### Fixes
66

77
- Remove Flutter dependency from Drift integration ([#1867](https://github.com/getsentry/sentry-dart/pull/1867))
88
- Remove dead code, cold start bool is now always present ([#1861](https://github.com/getsentry/sentry-dart/pull/1861))

drift/example/example.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Future<void> runApp() async {
3030

3131
await db.into(db.todoItems).insert(
3232
TodoItemsCompanion.insert(
33-
title: 'This is a test item',
33+
title: 'This is a test thing',
3434
content: 'test',
3535
),
3636
);

0 commit comments

Comments
 (0)