Skip to content
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
buenaflor committed Jan 25, 2024
commit 8cb9a68b928576b0fd90bc5ed23427cd45a6e2f1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Features

- Add `SentryWidget` ([#1846](https://github.com/getsentry/sentry-dart/pull/1846))
- Deprecates `SentryScreenshotWidget` and `SentryUserInteractionWidget`
- APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726))
Copy link
Contributor

@krystofwoldrich krystofwoldrich Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726)) was released in 7.15.0. I'm not sure why it wasn't in the changelog

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a mistake. We didn't add isar to the craft file so it was never published, I removed it from the 7.15.0 changelog

- Tracing without performance for Dio integration ([#1837](https://github.com/getsentry/sentry-dart/pull/1837))
- Accept `Map<String, dynamic>` in `Hint` class ([#1807](https://github.com/getsentry/sentry-dart/pull/1807))
Expand Down