Skip to content

Commit 7e4a1ec

Browse files
authored
chore: add isar to craft (#1843)
* add isar * Update Changelog
1 parent 920ec41 commit 7e4a1ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.craft.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ targets:
1313
sqflite:
1414
hive:
1515
drift:
16+
isar:
1617
- name: github
1718
- name: registry
1819
sdks:

CHANGELOG.md

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

55
### Features
66

7+
- APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726))
78
- Tracing without performance for Dio integration ([#1837](https://github.com/getsentry/sentry-dart/pull/1837))
89
- Accept `Map<String, dynamic>` in `Hint` class ([#1807](https://github.com/getsentry/sentry-dart/pull/1807))
910
- Please check if everything works as expected when using `Hint`
@@ -20,7 +21,6 @@
2021
- Set `options.spotlight = Spotlight(enabled: true)` to enable Spotlight
2122
- Add `ConnectivityIntegration` for web ([#1765](https://github.com/getsentry/sentry-dart/pull/1765))
2223
- We only get the info if online/offline on web platform. The added breadcrumb is set to either `wifi` or `none`.
23-
- APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726))
2424
- Add isar breadcrumbs ([#1800](https://github.com/getsentry/sentry-dart/pull/1800))
2525
- Starting with Flutter 3.16, Sentry adds the [`appFlavor`](https://api.flutter.dev/flutter/services/appFlavor-constant.html) to the `flutter_context` ([#1799](https://github.com/getsentry/sentry-dart/pull/1799))
2626
- Add beforeScreenshotCallback to SentryFlutterOptions ([#1805](https://github.com/getsentry/sentry-dart/pull/1805))

0 commit comments

Comments
 (0)